diff options
| author | Martin Fischer <martin@push-f.com> | 2026-09-12 11:57:19 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-09-12 12:03:43 +0200 |
| commit | 2c194daeece1469d5977e9d01b5e894340fa9906 (patch) | |
| tree | 1d2fadfb80f18089048aeea275ec404fd678c39c /nixos | |
| parent | 12b5ff8673928b7a696b20655db021eb2297c5e4 (diff) | |
Fixes the following error when printing from hamac:
lp: The printer or class is not shared.
I'm unsure why it worked before.
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/ev/default.nix | 1 |
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"; }; } ]; |
