diff options
author | lassulus <lassulus@lassul.us> | 2017-12-31 02:45:43 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-31 02:45:43 +0100 |
commit | ae028952a605666e2e7f1c7c063381c775a42df3 (patch) | |
tree | a3525520fe67aa8179c682252e10e770650228fd /lass/1systems/helios/config.nix | |
parent | 448746ebbc7c8c0258fe88185f32b94c7fcc728d (diff) |
l: enable ssh-agent
Diffstat (limited to 'lass/1systems/helios/config.nix')
-rw-r--r-- | lass/1systems/helios/config.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index 8bd9735a9..fc30a3478 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -120,8 +120,6 @@ with import <stockholm/lib>; ]; }; - programs.ssh.startAgent = lib.mkForce true; - services.tlp.enable = true; services.xserver.videoDrivers = [ "nvidia" ]; |