tailscale secret
This commit is contained in:
parent
bc35b7bc8c
commit
4fb3b218bc
5 changed files with 42 additions and 21 deletions
|
|
@ -13,6 +13,9 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = toString config.age.secrets.tailscale.path;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue