Files
omarchycn/install/config/hardware/printer.sh
T
Ryan Hughes 993e6a0812 Shrink printer.sh to service enables only
The three /etc writes (resolved.conf.d drop-in, nsswitch.conf override,
cups-browsed.conf override) now ship via omarchy-settings. The service
enables stay scripted because they need chrootable_systemctl_enable to
work both inside the ISO chroot and on a live system.
2026-06-04 18:34:04 -04:00

10 lines
507 B
Bash

# Printer config files now ship via omarchy-settings:
# - etc/systemd/resolved.conf.d/10-disable-multicast.conf (package-owned drop-in)
# - etc/nsswitch.conf (etc-overrides, replaces the previous in-place sed)
# - etc/cups/cups-browsed.conf (etc-overrides, replaces the previous append)
#
# This script only handles service enables, which the configurator path needs.
chrootable_systemctl_enable cups.service
chrootable_systemctl_enable avahi-daemon.service
chrootable_systemctl_enable cups-browsed.service