diff --git a/configurations/camelot/default.nix b/configurations/camelot/default.nix index 9b4f8f7..7f395c2 100644 --- a/configurations/camelot/default.nix +++ b/configurations/camelot/default.nix @@ -68,7 +68,9 @@ secrets = { wg0_private = { }; wg1_private = { }; - nextcloud_admin_pw = { }; + nextcloud_admin_pw = { + owner = config.users.users.nextcloud.name; + }; }; };