Files
nix-config/hosts/common/optional/services/printing.nix
2025-09-27 22:27:55 +05:00

5 lines
100 B
Nix

# Reminder that CUPS cpanel defaults to localhost:631
{...}: {
services.printing.enable = true;
}