diff --git a/modules/services/printing/cupsd.nix b/modules/services/printing/cupsd.nix index e9e03251421..fb430df5b90 100644 --- a/modules/services/printing/cupsd.nix +++ b/modules/services/printing/cupsd.nix @@ -67,6 +67,11 @@ in cupsdConf = mkOption { default = ""; + example = + '' + BrowsePoll cups.example.com + LogLevel debug + ''; description = '' The contents of the configuration file of the CUPS daemon (cupsd.conf). @@ -117,7 +122,7 @@ in services.printing.cupsdConf = '' - LogLevel debug + LogLevel info SystemGroup root