Add host 'perdrigon'
Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
parent
817aab82b6
commit
bb03bd9054
3 changed files with 18 additions and 1 deletions
16
hive.nix
16
hive.nix
|
@ -151,4 +151,20 @@ in
|
||||||
./profiles/discourse.nix
|
./profiles/discourse.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
perdrigon = { name, nodes, ... }: {
|
||||||
|
deployment.tags = [ "indico" ];
|
||||||
|
deployment.targetHost = "perdrigon.federez.net";
|
||||||
|
federez.monitoring.apiKey = "370a181d-6b00-4c3d-af27-ca65e6e4c1b0";
|
||||||
|
networking.hostName = name;
|
||||||
|
|
||||||
|
glucagon.networking = {
|
||||||
|
nibble = 234;
|
||||||
|
wan-mac = "BC:24:11:04:9B:51";
|
||||||
|
};
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./profiles/vm.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -6,6 +6,7 @@ let
|
||||||
klingon = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/P58bPqi8yTl12jpP8oFcYG7S8j1WpfgqwZz+EuQqy root@kligon";
|
klingon = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/P58bPqi8yTl12jpP8oFcYG7S8j1WpfgqwZz+EuQqy root@kligon";
|
||||||
aragon = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUDEhYDtCLI4ypIXhimPjleiGUI3lOTv5LntzNEPM1p root@aragon";
|
aragon = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUDEhYDtCLI4ypIXhimPjleiGUI3lOTv5LntzNEPM1p root@aragon";
|
||||||
pendragon = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILrJwgqLnGuUpUFacXLphiu8vUthVD4mA4a3Uytl5eSD root@pendragon";
|
pendragon = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILrJwgqLnGuUpUFacXLphiu8vUthVD4mA4a3Uytl5eSD root@pendragon";
|
||||||
|
perdrigon = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIChtLzQ2YhAzJWFhuq4rdenxMFCNGD00PTwmmyjE8PM0 root@perdrigon";
|
||||||
# Add yourself.
|
# Add yourself.
|
||||||
raito = readKeyFile ../pubkeys/raito.keys;
|
raito = readKeyFile ../pubkeys/raito.keys;
|
||||||
bensmrs = readKeyFile ../pubkeys/bensmrs.keys;
|
bensmrs = readKeyFile ../pubkeys/bensmrs.keys;
|
||||||
|
@ -19,7 +20,7 @@ let
|
||||||
keycloak-admins = active-admins;
|
keycloak-admins = active-admins;
|
||||||
ldap-bind-admins = active-admins;
|
ldap-bind-admins = active-admins;
|
||||||
discourse-admins = active-admins;
|
discourse-admins = active-admins;
|
||||||
servers = [ estragon wagon lagon klingon aragon pendragon ];
|
servers = [ estragon wagon lagon klingon aragon pendragon perdrigon ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"matrix-shared-secret.age".publicKeys = [ estragon ] ++ matrix-admins;
|
"matrix-shared-secret.age".publicKeys = [ estragon ] ++ matrix-admins;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue