n/tailscale: add auth token
This commit is contained in:
parent
abce2a8ea0
commit
66efc3af7b
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
{ ... }: {
|
||||
{ config, ... }: {
|
||||
|
||||
sops.secrets.tailscale_auth_key = {};
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = config.sops.secrets.tailscale_auth_key.path;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue