Set defaults for the system-manager options.
This commit is contained in:
parent
62dd6e21d1
commit
40c413d25a
1 changed files with 2 additions and 0 deletions
|
|
@ -7,10 +7,12 @@
|
||||||
options.system-manager = {
|
options.system-manager = {
|
||||||
services = lib.mkOption {
|
services = lib.mkOption {
|
||||||
type = with lib.types; listOf str;
|
type = with lib.types; listOf str;
|
||||||
|
default = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
etcFiles = lib.mkOption {
|
etcFiles = lib.mkOption {
|
||||||
type = with lib.types; listOf str;
|
type = with lib.types; listOf str;
|
||||||
|
default = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue