feature/clan.lol
Ingolf Wagner 2024-04-01 18:36:53 +02:00
parent bfbf01aee0
commit 179be2d2a2
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 9 additions and 0 deletions

View File

@ -126,6 +126,15 @@ in
networking.extraHosts = concatStringsSep "\n" (mapAttrsToList (name: ip: "${ip} ${name}.${network}") (hosts // subDomains));
services.openssh.knownHosts = {
"orbi" = {
hostNames = [
"orbi.${network}"
hosts.orbi
"robi"
"95.216.66.212"
];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICTqV5ch4BokqDniDgCquRwfTz6aXXMTdZovIvqShfLV";
};
"robi" = {
hostNames = [
"robi.${network}"