accounts.email.<account>.maildir.absPath: allow overriding
This commit is contained in:
parent
b9a52ad20e
commit
dc5340b310
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue