This commit is contained in:
Ingolf Wagner 2024-04-01 18:36:53 +02:00
parent bfbf01aee0
commit 179be2d2a2
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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