diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-09 14:04:10 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-09 14:04:10 +0100 |
commit | 11e612e6e3a7e2ab478d5d2e6a68a106aeb7921c (patch) | |
tree | b05e7527e0b6f38c32f7642cab4e45712c7462fb /accounts | |
parent | 407861f33a7d602193937aa80bda70f12dd47742 (diff) | |
download | nixos-11e612e6e3a7e2ab478d5d2e6a68a106aeb7921c.tar nixos-11e612e6e3a7e2ab478d5d2e6a68a106aeb7921c.tar.gz nixos-11e612e6e3a7e2ab478d5d2e6a68a106aeb7921c.tar.bz2 nixos-11e612e6e3a7e2ab478d5d2e6a68a106aeb7921c.tar.xz nixos-11e612e6e3a7e2ab478d5d2e6a68a106aeb7921c.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 107f1e76..ac930614 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -554,9 +554,4 @@ | |||
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 | }; | ||
562 | } | 557 | } |