By default, hosts should have no site.
This commit is contained in:
@@ -47,6 +47,7 @@ rec {
|
||||
site = mkOption {
|
||||
type = str;
|
||||
description = "Site at which the host is located.";
|
||||
default = "unsited";
|
||||
};
|
||||
|
||||
local-networks = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user