From 8f3f3e95223a6c116fc7069bed3130ef5c6ec1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 6 Mar 2024 13:58:26 +0200 Subject: [PATCH] op5p: enable pcscd --- hosts/op5p/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/op5p/configuration.nix b/hosts/op5p/configuration.nix index 0c56cbc..b3e057e 100644 --- a/hosts/op5p/configuration.nix +++ b/hosts/op5p/configuration.nix @@ -16,6 +16,10 @@ }; }; + services = { + pcscd.enable = true; + }; + boot.supportedFilesystems = ["bcachefs"]; security.sudo = {