Loading nixos/modules/services/printing/cupsd.nix +4 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ with lib; let inherit (pkgs) cups cups-pk-helper cups-filters xdg-utils; inherit (pkgs) cups-pk-helper cups-filters xdg-utils; cfg = config.services.printing; cups = cfg.package; avahiEnabled = config.services.avahi.enable; polkitEnabled = config.security.polkit.enable; Loading Loading @@ -140,6 +141,8 @@ in ''; }; package = lib.mkPackageOption pkgs "cups" {}; stateless = mkOption { type = types.bool; default = false; Loading Loading
nixos/modules/services/printing/cupsd.nix +4 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ with lib; let inherit (pkgs) cups cups-pk-helper cups-filters xdg-utils; inherit (pkgs) cups-pk-helper cups-filters xdg-utils; cfg = config.services.printing; cups = cfg.package; avahiEnabled = config.services.avahi.enable; polkitEnabled = config.security.polkit.enable; Loading Loading @@ -140,6 +141,8 @@ in ''; }; package = lib.mkPackageOption pkgs "cups" {}; stateless = mkOption { type = types.bool; default = false; Loading