By default, hosts should have no site.

This commit is contained in:
niten 2021-10-05 22:16:59 -07:00
parent 70b19b8c85
commit f0be146512
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
rp = "niten";
admin-email = "niten@fudo.org";
domain = "sea.fudo.org";
site = "seattle";
profile = "laptop";
arch = "x86_64-linux";
nixos-system = true;

View File

@ -47,6 +47,7 @@ rec {
site = mkOption {
type = str;
description = "Site at which the host is located.";
default = "unsited";
};
local-networks = mkOption {