239 current 2025-06-16 16:46:57 25.11.20250607.3e3afe5 6.15.1 *

This commit is contained in:
2025-06-16 16:47:09 -04:00
parent 2fead2a1f8
commit 65fd7498d7
2 changed files with 9 additions and 3 deletions

View File

@@ -230,9 +230,14 @@
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
services.udev.packages = with pkgs; [ services.udev = {
yubikey-personalization packages = with pkgs; [
]; yubikey-personalization
];
extraRules = ''
SUBSYSTEM=="usb", ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="0202", MODE="0666", GROUP="dialout"
'';
};
services.yubikey-agent.enable = true; services.yubikey-agent.enable = true;
} }

View File

@@ -119,6 +119,7 @@
winDecStyles = ["classic"]; winDecStyles = ["classic"];
}) })
firefoxpwa firefoxpwa
qpwgraph
yubioath-flutter yubioath-flutter
]; ];