Fixed sops secret path for home manager; added automatic tailscale auth
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
||||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
sops.secrets.tailscale_auth_key = { };
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
authKeyFile = config.sops.secrets.tailscale_auth_key.path;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user