diff options
Diffstat (limited to 'hosts/cirrus')
| -rw-r--r-- | hosts/cirrus/secrets.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/cirrus/secrets.nix b/hosts/cirrus/secrets.nix index 4e768bc..f6da490 100644 --- a/hosts/cirrus/secrets.nix +++ b/hosts/cirrus/secrets.nix @@ -4,6 +4,8 @@ sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; sops.secrets = { - "wg/oxalab-seckey" = { }; + "wg/oxalab-seckey" = { + owner = config.users.users.systemd-network.name; + }; }; } |
