This commit is contained in:
joachimschmidt557 2021-10-05 18:23:25 +02:00
parent d70f587539
commit cdb88e9519
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
4 changed files with 26 additions and 3 deletions

11
nixos/cachix/nimmm.nix Normal file
View file

@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://nimmm.cachix.org"
];
binaryCachePublicKeys = [
"nimmm.cachix.org-1:usYhOtylPbGmyX95Xdy2YVMOKZVBBt4pTQVAQrzw+0k=";
];
};
}

View file

@ -217,8 +217,12 @@
# Enable CUPS to print documents.
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplipWithPlugin ];
hardware.sane.enable = true;
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
hardware.sane = {
enable = true;
brscan4.enable = true;
extraBackends = [ pkgs.hplipWithPlugin ];
};
# Redshift
# services.redshift = {