.hive/modules/hardware/printing.nix
2024-04-17 16:47:06 +02:00

5 lines
90 B
Nix

{config, ...}: {
# Enable CUPS to print documents.
services.printing.enable = true;
}