forked from pub-solar/os
1
0
Fork 0

fix: remove unused cups-brother-hl3140cw driver

main
teutat3s 2024-01-25 19:20:04 +01:00
parent bb72a79076
commit e0c5520175
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,6 @@
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"1password"
"1password-cli"
"cups-brother-hl3140cw"
"facetimehd-firmware"
"slack"
"veracrypt"

View File

@ -21,9 +21,7 @@ in {
services.printing.drivers = [
pkgs.gutenprint
] ++ (if (pkgs.system == "x86_64-linux")
then [ pkgs.cups-brother-hl3140cw ]
else []);
];
users.users."${psCfg.user.name}" = {
extraGroups = ["lp" "scanner"];