l: enable ssh-agent

This commit is contained in:
lassulus 2017-12-31 02:45:43 +01:00
parent 448746ebbc
commit ae028952a6
2 changed files with 1 additions and 3 deletions

View File

@ -120,8 +120,6 @@ with import <stockholm/lib>;
];
};
programs.ssh.startAgent = lib.mkForce true;
services.tlp.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];

View File

@ -53,7 +53,7 @@ in {
time.timeZone = "Europe/Berlin";
programs.ssh.startAgent = false;
programs.ssh.startAgent = true;
services.openssh.forwardX11 = true;
services.printing = {