Tweaks to try to get this building...
This commit is contained in:
+1
-1
@@ -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.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user