From 2c194daeece1469d5977e9d01b5e894340fa9906 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 12 Sep 2026 11:57:19 +0200 Subject: fix(ev): share printer Fixes the following error when printing from hamac: lp: The printer or class is not shared. I'm unsure why it worked before. --- nixos/hosts/ev/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index 9c34e0f..5c9d64e 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -208,6 +208,7 @@ in model = "everywhere"; # IPP Everywhere - no driver needed ppdOptions = { PageSize = "A4"; + printer-is-shared = "true"; }; } ]; -- cgit v1.3.1