summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-10 12:38:30 -0700
committerBen Sima <ben@bsima.me>2019-05-12 13:57:49 -0700
commit626202910264e3e20ae2798e4ea00ec0eef8d02d (patch)
treecd689cb252c6e4072e327d903fd398de75ffcb01 /machines
parentef8fa6d55f4e5669e73047a4f1258b6f94164730 (diff)
enable pcscd service
Diffstat (limited to 'machines')
-rw-r--r--machines/lithium.nix1
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";