diff options
-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"; |