From 7efd7c7ffb589bc2cdc33bf7d61776c47dc7c92d Mon Sep 17 00:00:00 2001 From: Avery Date: Fri, 14 Feb 2025 22:13:31 +0100 Subject: [PATCH] Silly goose moment --- hosts/greatyamada/services/wireguard.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/greatyamada/services/wireguard.nix b/hosts/greatyamada/services/wireguard.nix index 1ea0892..233865d 100644 --- a/hosts/greatyamada/services/wireguard.nix +++ b/hosts/greatyamada/services/wireguard.nix @@ -24,11 +24,11 @@ in { sops.secrets = { "wireguard/private_key" = { path = "/run/secrets/wg_private_key"; - user = "root"; + owner = "root"; }; "wireguard/preshared_keys/note9" = { path = "/run/secrets/preshared_keys_note9"; - user = "root"; + owner = "root"; }; }; }