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:
parent
83cd5913dc
commit
dcc7033af7
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue