nixos/cups-pdf: fix settings type (#438619)

authored by

Matt Sturgeon and committed by
GitHub
56e0275a 6f38b058

+8 -6
+8 -6
nixos/modules/services/printing/cups-pdf.nix
··· 42 42 instanceSettings = name: { 43 43 freeformType = 44 44 with lib.types; 45 - nullOr (oneOf [ 46 - int 47 - str 48 - path 49 - package 50 - ]); 45 + attrsOf ( 46 + nullOr (oneOf [ 47 + int 48 + str 49 + path 50 + package 51 + ]) 52 + ); 51 53 # override defaults: 52 54 # inject instance name into paths, 53 55 # also avoid conflicts between user names and special dirs