Files
nix-config/hosts/common/optional/services/printing.nix
2025-02-16 06:35:32 +00:00

9 lines
105 B
Nix

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