Files
2026-02-12 14:17:28 +01:00

6 lines
76 B
Nix

# Enable CUPS for printing.
{ ... }:
{
services.printing.enable = true;
}