This commit is contained in:
kat witch 2021-08-12 06:26:07 +01:00
parent 59f33b3288
commit 226c77c970
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -69,6 +69,7 @@ in {
};
};
dns = {
isRoot = mkEnableOption "Is this system supposed to be the @ for the domain?"; # TODO
email = mkOption {
type = types.nullOr types.str;
};