By default, hosts should have no site.

This commit is contained in:
2021-10-05 22:16:59 -07:00
parent 70b19b8c85
commit f0be146512
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ rec {
site = mkOption {
type = str;
description = "Site at which the host is located.";
default = "unsited";
};
local-networks = mkOption {