By default, hosts should have no site.
This commit is contained in:
parent
70b19b8c85
commit
f0be146512
@ -4,7 +4,6 @@
|
|||||||
rp = "niten";
|
rp = "niten";
|
||||||
admin-email = "niten@fudo.org";
|
admin-email = "niten@fudo.org";
|
||||||
domain = "sea.fudo.org";
|
domain = "sea.fudo.org";
|
||||||
site = "seattle";
|
|
||||||
profile = "laptop";
|
profile = "laptop";
|
||||||
arch = "x86_64-linux";
|
arch = "x86_64-linux";
|
||||||
nixos-system = true;
|
nixos-system = true;
|
||||||
|
@ -47,6 +47,7 @@ rec {
|
|||||||
site = mkOption {
|
site = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Site at which the host is located.";
|
description = "Site at which the host is located.";
|
||||||
|
default = "unsited";
|
||||||
};
|
};
|
||||||
|
|
||||||
local-networks = mkOption {
|
local-networks = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user