summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/home.nix b/home/home.nix
index 237279c..0a5072f 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -259,7 +259,7 @@
enable = true;
matchBlocks = let
keydir = config.home.homeDirectory + "/.ssh";
- hetznerlogin = match: {user = "root"; identityFile = keydir + "/hetzner"; forwardAgent = true;} // match;
+ hetznerlogin = match: {user = "root"; identityFile = keydir + "/hetzner.pub"; forwardAgent = true;} // match;
vpslogin = hostname: hetznerlogin {inherit hostname;};
lmulogin = hostname: {identityFile = keydir + "/key_lmu"; user = "lmu-user"; } // { inherit hostname;};
in {