tailscale secret

This commit is contained in:
KoenDR06 2025-10-07 13:57:05 +02:00
parent bc35b7bc8c
commit 4fb3b218bc
5 changed files with 42 additions and 21 deletions

View file

@ -13,6 +13,9 @@ in {
};
config = mkIf cfg.enable {
services.tailscale.enable = true;
services.tailscale = {
enable = true;
authKeyFile = toString config.age.secrets.tailscale.path;
};
};
}