Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 8f5e9129d1 Working on reshuffling 2026-03-19 13:33:49 +00:00
henrov 39523b165c deleted generated files 2026-03-19 13:33:49 +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.any; # works in all versions
type = lib.types.attrsOf lib.types.anything; # 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.any; # works in all versions
type = lib.types.attrsOf lib.types.anything; # works in all versions
default = {};
description = "Root container for all my custom system options";
};