diff options
| author | Fuwn <[email protected]> | 2024-09-22 14:05:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-22 14:05:31 -0700 |
| commit | fda7e0537d640a3f77a523a69da48f58a7ccc843 (patch) | |
| tree | eeff0d784f08c745061684ecf10865adcc391775 /modules/core/security/sops.nix | |
| parent | tailscale: optimise subnet routers and exit nodes (diff) | |
| download | nixos-config-fda7e0537d640a3f77a523a69da48f58a7ccc843.tar.xz nixos-config-fda7e0537d640a3f77a523a69da48f58a7ccc843.zip | |
tailscale: authenticate on all systems
Diffstat (limited to 'modules/core/security/sops.nix')
| -rw-r--r-- | modules/core/security/sops.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/security/sops.nix b/modules/core/security/sops.nix index 8a68acf..c98a533 100644 --- a/modules/core/security/sops.nix +++ b/modules/core/security/sops.nix @@ -6,6 +6,7 @@ sops = { gnupg.sshKeyPaths = [ ]; + secrets.tailscale_authentication_key.sopsFile = ../../../secrets/hosts.yaml; age = { sshKeyPaths = [ ]; |