From f95138115d48b54e9db612c1201d42bd9d3fd7b8 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 29 Jan 2026 01:16:52 +0200 Subject: [PATCH] add sops mail/root owner --- config/mail/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mail/default.nix b/config/mail/default.nix index 3c27f4f..956f21b 100644 --- a/config/mail/default.nix +++ b/config/mail/default.nix @@ -2,6 +2,7 @@ mailDomain = config.customOps.domain; in { sops.secrets = { + "mailserver/root".owner = "dovecot2"; "mailserver/contact".owner = "dovecot2"; "radicale".owner = "radicale"; };