diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-15 21:30:30 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-15 21:30:30 +0200 |
| commit | 2c75432a1a48feff3f1ab86d200d4d9ac0ea487f (patch) | |
| tree | c189f12afacf76a056f8820d07b2509f07839723 /accounts/gkleen@sif/ssh-hosts.nix | |
| parent | 9349dd01bde0c16c61cc1289f1ad51e7fa3fc134 (diff) | |
| download | nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar.gz nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar.bz2 nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.tar.xz nixos-2c75432a1a48feff3f1ab86d200d4d9ac0ea487f.zip | |
gkleen@sif: surtr
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
| -rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index d47410f4..58e4957f 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
| @@ -27,6 +27,10 @@ | |||
| 27 | { hostname = "ymir.yggdrasil.li"; | 27 | { hostname = "ymir.yggdrasil.li"; |
| 28 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 28 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
| 29 | }; | 29 | }; |
| 30 | "surtr" = | ||
| 31 | { hostname = "surtr.yggdrasil.li"; | ||
| 32 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | ||
| 33 | }; | ||
| 30 | "odin" = | 34 | "odin" = |
| 31 | { hostname = "odin.asgard.yggdrasil"; | 35 | { hostname = "odin.asgard.yggdrasil"; |
| 32 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 36 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
