Tweaks to try to get this building...

This commit is contained in:
2021-10-05 10:18:54 -07:00
parent 2ea4f6be5a
commit 70b19b8c85
4 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ in {
};
local-hosts = mkOption {
type = listOf (submodule host.hostOpts);
type = attrsOf (submodule host.hostOpts);
description = "List of hosts that should be considered local to the current host.";
};