5 lines
100 B
Nix
5 lines
100 B
Nix
# Reminder that CUPS cpanel defaults to localhost:631
|
|
{...}: {
|
|
services.printing.enable = true;
|
|
}
|