deleted generated files
This commit is contained in:
+2
-3
@@ -137,11 +137,10 @@ This sets the networking.
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
# Root for custom options
|
||||
options.mySystem = lib.mkOption {
|
||||
type = lib.types.attrs; # simple attribute set
|
||||
type = lib.types.attrsOf lib.types.value; # allows nested options
|
||||
default = {};
|
||||
description = "Root for custom mySystem options";
|
||||
description = "Root container for all my custom system options";
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user