add orbi
This commit is contained in:
parent
bfbf01aee0
commit
179be2d2a2
1 changed files with 9 additions and 0 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue