Your one-stop-cake-shop for everything Freshly Baked has to offer

feat!(pm): move printing out to redhead #104

merged opened by a.starrysky.fyi targeting main from private/minion/push-spysxqsyznko

In our ongoing quest to move away from configuration.nix, this commit moves printing over to redhead (which to-my-knowledge is the only machine we want to print on). To store printer configurations (and be useful in the first place) redhead needs the CUPS directory persisted, so let's do that...

Labels
merge-when-green
requested-reviewers

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3m4q2zuaccc22
+8 -3
Diff #1
-3
packetmix/systems/personal/configuration.nix
··· 13 13 ... 14 14 }: 15 15 { 16 - # Enable CUPS to print documents. 17 - services.printing.enable = true; 18 - 19 16 # Enable touchpad support (enabled default in most desktopManager). 20 17 # services.xserver.libinput.enable = true; 21 18
+8
packetmix/systems/redhead/printing.nix
··· 1 + # SPDX-FileCopyrightText: 2025 Collabora Productivity Limited 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + services.printing.enable = true; 7 + clicks.storage.impermanence.persist.directories = [ "/var/lib/cups" ]; 8 + }

History

2 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
feat!(pm): move printing out to redhead
5/5 success
expand
expand 1 comment

@thecoded.prof can I have your +2 as assurance that you're not using printing on any of your machines? Thanks

pull request successfully merged
1 commit
expand
feat!(pm): move printing out to redhead
1/5 failed, 2/5 timeout, 2/5 success
expand
expand 0 comments