Merge branch 'development'

This commit is contained in:
Sam 2025-01-20 23:28:07 +00:00
commit 3b1a73bfb4
1 changed files with 5 additions and 6 deletions

View File

@ -20,12 +20,11 @@ in
} }
]; ];
# TODO: set known host here when have static ip on main server programs.ssh.knownHosts = {
# programs.ssh.knownHosts = { "merlin" = {
# "merlin" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSGyrQvwa7gj0tG/EX3siWzGT9badUkD0yw0YGkcNeQ root@merlin";
# publicKey = "server pubkey"; };
# }; };
# };
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''
Host ${remoteMachineIp} Host ${remoteMachineIp}