239 current 2025-06-16 16:46:57 25.11.20250607.3e3afe5 6.15.1 *
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -119,6 +119,7 @@
|
|||||||
winDecStyles = ["classic"];
|
winDecStyles = ["classic"];
|
||||||
})
|
})
|
||||||
firefoxpwa
|
firefoxpwa
|
||||||
|
qpwgraph
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user