By default, hosts should have no site.
This commit is contained in:
parent
70b19b8c85
commit
f0be146512
@ -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;
|
||||
|
@ -47,6 +47,7 @@ rec {
|
||||
site = mkOption {
|
||||
type = str;
|
||||
description = "Site at which the host is located.";
|
||||
default = "unsited";
|
||||
};
|
||||
|
||||
local-networks = mkOption {
|
||||
|
Loading…
x
Reference in New Issue
Block a user