42 current 2025-10-05 09:48:02 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-05 09:48:30 -05:00
parent b145d407cc
commit dc1b79e4dc
3 changed files with 55 additions and 48 deletions

View File

@@ -8,8 +8,8 @@
config = lib.mkIf config.modules.system.tailscale.enable {
services.tailscale = {
enable = true;
};
useRoutingFeatures = "both";
#authKeyFile = "/home/blake/.nix/.keyring/tailscale/tailscale_authfile";
authKeyFile = "/home/blake/.nix/.keyring/tailscale/tailscale_authfile";
};
};
}