[sea] re-add wormhole0
This commit is contained in:
parent
4799d7704a
commit
3affcb3223
@ -1,13 +1,14 @@
|
||||
{
|
||||
local-networks = [
|
||||
"172.86.179.17/29"
|
||||
];
|
||||
local-networks = [ "172.86.179.17/29" ];
|
||||
|
||||
local-users = [ "niten" "viator" ];
|
||||
local-groups = [ "admin" "informis" ];
|
||||
local-admins = [ "niten" ];
|
||||
|
||||
admin-email = "admin@informis.land";
|
||||
gssapi-realm = "INFORMIS.LAND";
|
||||
|
||||
ldap-servers = [ "procul" ];
|
||||
kerberos-master = "procul";
|
||||
primary-nameserver = "procul";
|
||||
primary-mailserver = "procul";
|
||||
|
@ -5,12 +5,13 @@
|
||||
domain = "sea.fudo.org";
|
||||
site = "seattle";
|
||||
profile = "server";
|
||||
tmp-on-tmpfs = true;
|
||||
tmp-on-tmpfs = false;
|
||||
arch = "x86_64-linux";
|
||||
nixos-system = false;
|
||||
machine-id = "27f12473c9c74638b8c40d2a5ef9366c";
|
||||
nixos-system = true;
|
||||
machine-id = "44205156a0fc453c8854bcf4b6e51e50";
|
||||
master-key = {
|
||||
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICgAzn6gyG1ze7L1WLU84poPGcoUntqfvgn+/s3bxhR2";
|
||||
public-key =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGb+mT3UyDIKow36CVQJlJCyJqJfmReWFWAS2ZVpaB6p";
|
||||
key-path = "/state/master-key/key";
|
||||
};
|
||||
hardened = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user