From 818cb4498e280bfabe618331aa02c9881cb74cd7 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 4 Jun 2026 03:59:42 +0200 Subject: [PATCH] feat: adds owner to nextcloud admin password file --- modules/core/sops.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/core/sops.nix b/modules/core/sops.nix index 899b8a1..f29ac1b 100644 --- a/modules/core/sops.nix +++ b/modules/core/sops.nix @@ -42,7 +42,9 @@ "forgejoWorkerSecret" = { }; "minioRootCredentials" = { }; "atticdEnvironment" = { }; - "nextcloudPassword" = { }; + "nextcloudPassword" = { + owner = "nextcloud"; + }; "gluetunEnvironment" = { }; "matrixRegistrationSecret" = { owner = "matrix-synapse";