From 7d209f6d0357333f69866a0e2b8aa91a3acd90cc Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 14:51:14 +0200 Subject: secrets: set owner explicitly --- hosts/cirrus/secrets.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/cirrus') 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; + }; }; } -- cgit v1.3.1