nixos: gen 234 @ violet — 2026-08-05 11:23 26.05.20260724.597283a (Yarara) -----

This commit is contained in:
2026-08-05 11:23:17 -06:00
parent 1e39a5a203
commit 3cdf301bfc
+2 -5
View File
@@ -111,11 +111,8 @@ in
programs.ssh = { programs.ssh = {
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"server" = { "heliotrope" = {
hostname = "50.28.69.78"; hostname = "100.77.235.110";
port = 22;
user = "jashton";
identityFile = "~/.ssh/server";
}; };
}; };
}; };