From 2269b01863d5de9d9a362af1ea90e59f2196a5c0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 4 Dec 2024 18:05:50 +0100 Subject: [PATCH] guess it's root --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 9874c6b..0a718a3 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -58,7 +58,7 @@ services.cage.enable = true; sops.secrets."protonvpn-priv-key".mode = "0440"; - sops.secrets."protonvpn-priv-key".owner = config.users.users.wireguard.name; + sops.secrets."protonvpn-priv-key".owner = config.users.users.root.name; networking.wireguard.enable = true;