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;
default = "ooks@protonmail.com";
};
email = mkOption {
type = str;
default = "ooks@protonmail.com";
};
homeManager = mkOption {
type = bool;
default = false;