fix builder stuff

This commit is contained in:
GammaKinematics 2026-03-30 16:03:17 +07:00
parent 90cff4f16a
commit 43998b73d7
5 changed files with 184 additions and 96 deletions

View file

@ -109,28 +109,7 @@ in
package = pkgs-stable.foliate;
};
# --- SSH ---
programs.ssh = {
enable = true;
package = pkgs-stable.openssh;
matchBlocks = {
"*" = {
addKeysToAgent = "yes";
serverAliveInterval = 60;
controlMaster = "auto";
controlPersist = "10m";
};
"git.axiomania.org" = {
port = 2222;
};
"vps" = {
hostname = "178.104.15.221";
user = "root";
identityFile = "~/.ssh/id_ed25519";
};
};
};
# ============================================================================
# Disable version check - we intentionally use unstable home-manager with stable nixpkgs