diff options
author | stuebinm | 2024-10-28 13:14:20 +0100 |
---|---|---|
committer | stuebinm | 2024-10-28 13:14:20 +0100 |
commit | 734f86c4e9da9df4d2ff527a9cfad8bdeb0336e9 (patch) | |
tree | fbf258e10d7cdc03c84974ac639acf762d2db27c /home | |
parent | 1b72d459f7019cc9285380cfe9e889cfca7aab89 (diff) |
home/ssh: voc-specific things
Diffstat (limited to '')
-rw-r--r-- | home/home.nix | 5 |
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"; |