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 = {