diff --git a/hosts/firgu/default.nix b/hosts/firgu/default.nix index 2c83ceb..de11376 100644 --- a/hosts/firgu/default.nix +++ b/hosts/firgu/default.nix @@ -36,7 +36,7 @@ in { age.secrets.snoo2nebby = { file = ./secret/snoo2nebby.age; path = "/var/lib/snoo2nebby/whurl.txt"; - user = "snoo2nebby"; + owner = "snoo2nebby"; group = "snoo2nebby"; }; within.users.enableSystem = true;