fix builder stuff
This commit is contained in:
parent
90cff4f16a
commit
43998b73d7
5 changed files with 184 additions and 96 deletions
21
home.nix
21
home.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue