Skip to content

Commit

Permalink
[ar] Configure remote printer as "Generic PS"
Browse files Browse the repository at this point in the history
  • Loading branch information
George Macon committed Jul 15, 2024
1 parent 8a0e446 commit 9a3fb8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions argon/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
# Enable CUPS to print documents.
services.printing = {
enable = true;
drivers = with pkgs; [ brlaser ];
};
services.avahi = {
enable = true;
Expand All @@ -73,7 +72,7 @@
{
name = "home";
deviceUri = "ipp://silicon/printers/home";
model = "drv:///brlaser.drv/brl2340d.ppd";
model = "drv:///sample.drv/generic.ppd";
ppdOptions = {
PageSize = "Letter";
Duplex = "DuplexNoTumble";
Expand Down

0 comments on commit 9a3fb8c

Please sign in to comment.