From 988be666ac7fe06b3d76696866de847657924b43 Mon Sep 17 00:00:00 2001 From: Ameer Taweel Date: Sat, 25 Apr 2026 01:44:05 +0300 Subject: [PATCH] nixos/maddy: remove absolute path literals --- nixos/modules/services/mail/maddy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/mail/maddy.nix b/nixos/modules/services/mail/maddy.nix index 0bd3a0c2bd99..32dcf0347d2e 100644 --- a/nixos/modules/services/mail/maddy.nix +++ b/nixos/modules/services/mail/maddy.nix @@ -329,8 +329,8 @@ in This option does not delete accounts which are not (anymore) listed. ''; example = { - "user1@localhost".passwordFile = /secrets/user1-localhost; - "user2@localhost".passwordFile = /secrets/user2-localhost; + "user1@localhost".passwordFile = "/secrets/user1-localhost"; + "user2@localhost".passwordFile = "/secrets/user2-localhost"; }; type = lib.types.attrsOf ( lib.types.submodule {