about summary refs log tree commit diff stats
path: root/services/printing/default.nix
blob: d178e3b67e704d70e1976f6469f309c4af63f7bc (plain) (blame)
1
2
3
4
{config, ...}: {
  # Enable CUPS to print documents.
  services.printing.enable = true;
}