1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/routnerr-2: enable Tailscale

This commit is contained in:
Matt Layher 2021-06-30 07:20:11 -04:00
parent 83cd5913dc
commit dcc7033af7

View file

@ -117,6 +117,9 @@ in {
wantedBy = [ "NetworkManager.service" ];
};
# Tailscale experiments to replace WireGuard full-tunnel VPN.
services.tailscale.enable = true;
# Enable WireGuard Prometheus exporter and set up peer key/name mappings.
# TODO: nixify the configuration.
services.wireguard_exporter = {