deleted generated files

This commit is contained in:
2026-03-19 13:36:47 +00:00
parent 165b36dd9f
commit bca45c1ba2
30 changed files with 3 additions and 1411 deletions
+3 -4
View File
@@ -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