summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-11-13 08:41:39 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2024-11-13 08:41:39 +0100
commitf805ce37981a699981ae25dfd1943dc3db33b90e (patch)
tree36083abc2af2a3c0fed5b75ccd10450fac5c1045 /accounts/gkleen@sif/ssh-hosts.nix
parent5440c73f19ae9bfac70c79da83241c158ceb7d4a (diff)
downloadnixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar
nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar.gz
nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar.bz2
nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.tar.xz
nixos-f805ce37981a699981ae25dfd1943dc3db33b90e.zip
...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index ac930614..107f1e76 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -554,4 +554,9 @@
554 HostKeyAlgorithms = "+ecdsa-sha2-nistp256"; 554 HostKeyAlgorithms = "+ecdsa-sha2-nistp256";
555 }; 555 };
556 }; 556 };
557 "game01" =
558 { hostname = "game01.yggdrasil.li";
559 user = "factorio";
560 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
561 };
557} 562}