aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-09-12 11:57:19 +0200
committerMartin Fischer <martin@push-f.com>2026-09-12 12:03:43 +0200
commit2c194daeece1469d5977e9d01b5e894340fa9906 (patch)
tree1d2fadfb80f18089048aeea275ec404fd678c39c
parent12b5ff8673928b7a696b20655db021eb2297c5e4 (diff)
fix(ev): share printerHEADmaster
Fixes the following error when printing from hamac: lp: The printer or class is not shared. I'm unsure why it worked before.
-rw-r--r--nixos/hosts/ev/default.nix1
1 files changed, 1 insertions, 0 deletions
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";
};
}
];