diff options
author | Ben Sima <ben@bsima.me> | 2019-05-10 12:38:30 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 13:57:49 -0700 |
commit | 626202910264e3e20ae2798e4ea00ec0eef8d02d (patch) | |
tree | cd689cb252c6e4072e327d903fd398de75ffcb01 | |
parent | ef8fa6d55f4e5669e73047a4f1258b6f94164730 (diff) |
enable pcscd service
-rw-r--r-- | machines/lithium.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/lithium.nix b/machines/lithium.nix index 9d2db53..d02393e 100644 --- a/machines/lithium.nix +++ b/machines/lithium.nix @@ -84,6 +84,7 @@ in }; services = { + pcscd.enable = true; logind = { lidSwitch = "ignore"; extraConfig = "IdleAction=ignore"; |