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;
|
type = str;
|
||||||
default = "ooks@protonmail.com";
|
default = "ooks@protonmail.com";
|
||||||
};
|
};
|
||||||
|
email = mkOption {
|
||||||
|
type = str;
|
||||||
|
default = "ooks@protonmail.com";
|
||||||
|
};
|
||||||
homeManager = mkOption {
|
homeManager = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue