Auto: cleanup-2026-06-03T08-27-47Z

This commit is contained in:
2026-06-03 10:28:00 +02:00
parent a3c2dbe568
commit 8254cb871e
10 changed files with 72 additions and 76 deletions
+4 -2
View File
@@ -3,7 +3,8 @@ _: {
programs.ssh = {
enable = true;
enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning
/*settings = {
/*
settings = {
# equivalent to the default config
#forwardAgent = false;
# give errors in home-manager 26.05
@@ -16,7 +17,8 @@ _: {
#controlMaster = "no";
#controlPath = "~/.ssh/master-%r@%n:%p";
#controlPersist = "no";
};*/
};
*/
};
services.ssh-agent.enable = true;
home.file.".ssh/config".text = ''