config: re-enabled default options
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
options.shell = {
|
||||
name = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
#default = "nyx";
|
||||
default = "nyx";
|
||||
};
|
||||
homeDirectory = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
@@ -11,7 +11,7 @@
|
||||
};
|
||||
email = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
#default = "${config.name}@configureme.guv";
|
||||
default = "${config.name}@configureme.guv";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user