mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
accounts.email.<account>.maildir.absPath: allow overriding
This commit is contained in:
parent
b9a52ad20e
commit
dc5340b310
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue