deleted generated files
This commit is contained in:
+3
-4
@@ -137,10 +137,9 @@ This sets the networking.
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.mySystem = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.submodule; # works in all versions
|
||||
default = {};
|
||||
description = "Root container for all my custom system options";
|
||||
# Declare a submodule container for all mySystem children
|
||||
options.mySystem = lib.mkSubmodule {
|
||||
description = "Root container for all mySystem options";
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user