summaryrefslogtreecommitdiff
path: root/hosts/cirrus/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cirrus/secrets.nix')
-rw-r--r--hosts/cirrus/secrets.nix4
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;
+ };
};
}