nixos: gen 224 @ nix-pad — 2026-08-03 19:29

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-08-03 19:29:45 -06:00
parent 5bf0b6acc4
commit d46a2948f8
+18
View File
@@ -114,6 +114,24 @@ in
'';
};
programs.ssh = {
enable = true;
matchBlocks = {
"gitea" = {
host = "git.joshashton.dev";
port = 2222;
user = "git";
identityFile = "~/.ssh/gitea";
};
"server" = {
host = "50.28.69.78";
port = 22;
user = "jashton";
identityFile = "~/.ssh/server";
};
};
};
home.stateVersion = "26.05"; # DO NOT CHANGE
}