summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-01-29 19:52:47 +0100
committerstuebinm2024-01-29 19:52:47 +0100
commit9f6cdc0e3ce29f7680878627402fb61af9ebcbd8 (patch)
tree10519aa33b9a3c460f18ba936aac37d6bcb28375
parent89f594e0ec6dc094d7e20e06b4c3e2843baf78a9 (diff)
home/ssh: add amatl config
-rw-r--r--home/home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index 6ed8728..89f67ea 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -318,6 +318,11 @@
identityFile = keydir + "/id_ed25519";
addressFamily = "inet";
};
+ "namauh" = {
+ hostname = "10.11.99.1";
+ user = "root";
+ identityFile = keydir + "/id_ed25519";
+ };
};
};