fix ssh-agent fr

This commit is contained in:
2025-10-30 10:40:31 +01:00
parent 3fd81fe33a
commit 9a45544366

View File

@@ -565,7 +565,13 @@ in
};
};
programs.ssh.startAgent = true;
programs.ssh = {
startAgent = true;
agentTimeout = "1h";
extraConfig = ''
AddKeysToAgent yes
'';
};
powerManagement.powertop.enable = true;
# services.auto-cpufreq.enable = true;