mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 04:36:41 +00:00
Old-materusPC: ssh changes
This commit is contained in:
@@ -285,10 +285,10 @@
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
enableSSHSupport = false;
|
||||
enableBrowserSocket = true;
|
||||
};
|
||||
programs.ssh.startAgent = false;
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user