Old-materusPC: ssh changes

This commit is contained in:
Mateusz Słodkowicz 2024-03-30 19:55:07 +01:00
parent 5f363c0709
commit 9a18e2a37e
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
1 changed files with 2 additions and 2 deletions

View File

@ -285,10 +285,10 @@
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = false;
enableBrowserSocket = true; enableBrowserSocket = true;
}; };
programs.ssh.startAgent = false; programs.ssh.startAgent = true;
# List services that you want to enable: # List services that you want to enable: