Files
nix-config/hosts/common/optional/services/printing.nix

7 lines
103 B
Nix

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