deleted generated files

This commit is contained in:
2026-03-19 13:31:03 +00:00
parent 9765afe2bd
commit 303319d6a2
30 changed files with 2 additions and 1411 deletions
+2 -3
View File
@@ -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