[sea] re-add wormhole0

This commit is contained in:
niten 2022-03-16 16:32:01 -07:00
parent 4799d7704a
commit 3affcb3223
2 changed files with 9 additions and 7 deletions

View File

@ -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";

View File

@ -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;