summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorstuebinm2024-10-28 13:14:20 +0100
committerstuebinm2024-10-28 13:14:20 +0100
commit734f86c4e9da9df4d2ff527a9cfad8bdeb0336e9 (patch)
treefbf258e10d7cdc03c84974ac639acf762d2db27c /home
parent1b72d459f7019cc9285380cfe9e889cfca7aab89 (diff)
home/ssh: voc-specific things
Diffstat (limited to '')
-rw-r--r--home/home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index 22640b9..0452e0f 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -316,6 +316,11 @@
user = "git";
identityFile = keydir + "/id_surltesh-echer";
};
+ "encoder* mixer* atem* minion*" = {
+ # hostname = "%h.lan.c3voc.de";
+ user = "voc";
+ extraOptions.StrictHostKeyChecking = "no";
+ };
"nobelium" = {
hostname = "no.colorspace.club";
user = "root";