From 15f6cd8e0683f919cd08a94685cf74986ce58cce Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 19 Mar 2025 22:39:44 +0100 Subject: [PATCH] have to make it root apparently --- 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 6c75e60..ecaa0b5 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -132,7 +132,7 @@ secrets."webdav-secret" = { mode = "0600"; path = "/etc/davfs2/secrets"; - owner = config.users.users.kodi.name; + owner = config.users.users.root.name; }; secrets."rpcSecret".mode = "0440";