adding vpns

This commit is contained in:
2025-10-07 18:16:46 -05:00
parent b97339978f
commit 7932e852c9
2 changed files with 5 additions and 17 deletions

View File

@@ -15,5 +15,10 @@ in
useRoutingFeatures = "both";
authKeyFile = authkey_file;
};
# declare authkey secrets
sops.secrets = {
"tailscale_authkey" = {
owner = "root";
};
};
}