Loading nixos/modules/services/printing/cups-pdf.nix +8 −6 Original line number Diff line number Diff line Loading @@ -42,12 +42,14 @@ let instanceSettings = name: { freeformType = with lib.types; attrsOf ( nullOr (oneOf [ int str path package ]); ]) ); # override defaults: # inject instance name into paths, # also avoid conflicts between user names and special dirs Loading Loading
nixos/modules/services/printing/cups-pdf.nix +8 −6 Original line number Diff line number Diff line Loading @@ -42,12 +42,14 @@ let instanceSettings = name: { freeformType = with lib.types; attrsOf ( nullOr (oneOf [ int str path package ]); ]) ); # override defaults: # inject instance name into paths, # also avoid conflicts between user names and special dirs Loading