diff options
-rw-r--r-- | users/sterni/machines/ingeborg/network.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/sterni/machines/ingeborg/network.nix b/users/sterni/machines/ingeborg/network.nix index fceb530d55d8..2e8731389dae 100644 --- a/users/sterni/machines/ingeborg/network.nix +++ b/users/sterni/machines/ingeborg/network.nix @@ -18,6 +18,13 @@ in initrd.network = { enable = true; ssh = { + # ssh_config: + # Host ingeborg-unlock + # User root + # HostName ingeborg.sterni.lv + # AddressFamily inet # kernel commandline only gives ipv4 + # Port 22 + # UserKnownHostsFile /home/lukas/.ssh/initrd_known_hosts enable = true; authorizedKeys = depot.users.sterni.keys.all; hostKeys = [ |