From dc5340b310e9702659142fb263bd77cf28ad74f3 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 20 May 2023 13:34:19 +0200 Subject: [PATCH] accounts.email..maildir.absPath: allow overriding --- modules/accounts/email.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/accounts/email.nix b/modules/accounts/email.nix index 897aef6dd..7660a8f37 100644 --- a/modules/accounts/email.nix +++ b/modules/accounts/email.nix @@ -209,9 +209,7 @@ let }; absPath = mkOption { - type = types.path; - readOnly = true; - internal = true; + type = types.str; default = "${cfg.maildirBasePath}/${config.path}"; description = '' A convenience option whose value is the absolute path of