nixos: 25.11 -> 26.05

This commit is contained in:
2026-05-30 14:38:00 +02:00
parent 11e6661af0
commit 33174e7bc2
11 changed files with 36 additions and 40 deletions
+9 -8
View File
@@ -3,19 +3,20 @@ _: {
programs.ssh = {
enable = true;
enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning
matchBlocks."*" = {
/*settings = {
# equivalent to the default config
forwardAgent = false;
addKeysToAgent = "no";
compression = false;
#forwardAgent = false;
# give errors in home-manager 26.05
#addKeysToAgent = "no";
#compression = false;
serverAliveInterval = 0;
serverAliveCountMax = 3;
hashKnownHosts = false;
userKnownHostsFile = "~/.ssh/known_hosts";
controlMaster = "no";
controlPath = "~/.ssh/master-%r@%n:%p";
controlPersist = "no";
};
#controlMaster = "no";
#controlPath = "~/.ssh/master-%r@%n:%p";
#controlPersist = "no";
};*/
};
services.ssh-agent.enable = true;
home.file.".ssh/config".text = ''