🔧 add orbi.public ssh key configuration
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 7m46s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 7m46s
This commit is contained in:
parent
a1502974f2
commit
e7bc5e3c90
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
{ clanLib, ... }:
|
||||
{
|
||||
networking.extraHosts = ''
|
||||
95.216.66.212 orbi.public
|
||||
'';
|
||||
services.openssh.knownHosts = {
|
||||
"orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue