accounts.email.<account>.maildir.absPath: allow overriding

This commit is contained in:
Yorick van Pelt 2023-05-20 13:34:19 +02:00
parent b9a52ad20e
commit dc5340b310
No known key found for this signature in database
GPG key ID: D8D3CC6D951384DE

View file

@ -209,9 +209,7 @@ let
}; };
absPath = mkOption { absPath = mkOption {
type = types.path; type = types.str;
readOnly = true;
internal = true;
default = "${cfg.maildirBasePath}/${config.path}"; default = "${cfg.maildirBasePath}/${config.path}";
description = '' description = ''
A convenience option whose value is the absolute path of A convenience option whose value is the absolute path of