nixos: gen 224 @ nix-pad — 2026-08-03 19:29
26.05.20260724.597283a (Yarara)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user