From 75f3260fb3dae3e11f81595b76f828bcddf50d7b Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Thu, 11 Apr 2024 20:56:29 +0200 Subject: [PATCH] Update nextcloud pw access --- configurations/camelot/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; + }; }; };