added root option
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
# release notes.
|
||||
options.stateVersion = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
# default = "25.01";
|
||||
description = "The state version when the configuration was initially created";
|
||||
};
|
||||
|
||||
@@ -25,6 +24,12 @@
|
||||
description = "Profile type for the Home Manager configuration.";
|
||||
};
|
||||
|
||||
options.root = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Whether enable all the root user stuff";
|
||||
};
|
||||
|
||||
options.shell = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
|
||||
Reference in New Issue
Block a user