{ config, pkgs, lib, ... }: { services.printing.enable = true; systemd.services.cups.wantedBy = lib.mkForce []; systemd.sockets.cups.wantedBy = [ "sockets.target" ]; imports = [ ../services/zeroconf.nix ]; }