This commit is contained in:
2025-03-31 20:41:05 +03:00
parent 5448f42a41
commit a0fd63fb98
6 changed files with 16 additions and 9 deletions

View File

@@ -46,7 +46,10 @@
%wheel ALL=(ALL) ALL
'';
services.dbus.packages = [ pkgs.gcr ];
services.dbus = {
enable = true;
packages = [ pkgs.gcr ];
};
services.pcscd.enable = true;
programs.gnupg = {