Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 2142dbacf2 Working on reshuffling 2026-03-19 13:32:15 +00:00
henrov 60cc9ff48e deleted generated files 2026-03-19 13:32:14 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ This sets the networking.
{
options.mySystem = lib.mkOption {
type = lib.types.attrsOf lib.types.value; # allows nested options
type = lib.types.attrsOf lib.types.any; # works in all versions
default = {};
description = "Root container for all my custom system options";
};
+1 -1
View File
@@ -2,7 +2,7 @@
{
options.mySystem = lib.mkOption {
type = lib.types.attrsOf lib.types.value; # allows nested options
type = lib.types.attrsOf lib.types.any; # works in all versions
default = {};
description = "Root container for all my custom system options";
};