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