about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/aszlig/dnyarri.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 97f2c73c..b670871d 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -22,6 +22,16 @@ in {
 
   nix.maxJobs = 24;
 
+  hardware.printers.ensureDefaultPrinter = "Bunti";
+  hardware.printers.ensurePrinters = lib.singleton {
+    name = "Bunti";
+    deviceUri = "hp:/usb/HP_Color_LaserJet_2700?serial=00CNFNL14079";
+    model = "HP/hp-color_laserjet_2700-ps.ppd.gz";
+    location = "Living room";
+    description = "Color laser printer";
+    ppdOptions.PageSize = "A4";
+  };
+
   boot = {
     loader.systemd-boot.enable = true;
     loader.grub.enable = false;