nixos: add admin.email option
This commit is contained in:
parent
061713745e
commit
4edb21607c
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ in {
|
|||
type = str;
|
||||
default = "ooks@protonmail.com";
|
||||
};
|
||||
email = mkOption {
|
||||
type = str;
|
||||
default = "ooks@protonmail.com";
|
||||
};
|
||||
homeManager = mkOption {
|
||||
type = bool;
|
||||
default = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue