nixos: add admin.email option

This commit is contained in:
ooks-io 2024-12-04 13:19:18 +11:00
parent 061713745e
commit 4edb21607c

View file

@ -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;