Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 165b36dd9f Working on reshuffling 2026-03-19 13:35:38 +00:00
henrov 307680e855 deleted generated files 2026-03-19 13:35:37 +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.anything; # works in all versions
type = lib.types.attrsOf lib.types.submodule; # 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.anything; # works in all versions
type = lib.types.attrsOf lib.types.submodule; # works in all versions
default = {};
description = "Root container for all my custom system options";
};