assorted fixups

This commit is contained in:
notgne2 2022-01-09 13:01:33 -07:00
parent 194ce633af
commit abc1ad3ae3
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
2 changed files with 5 additions and 10 deletions

View file

@ -11,10 +11,6 @@ in
config = mkIf cfg.enable {
# Enable CUPS and SANE for printing and scanning
services.printing.enable = true;
services.printing.browsing = true;
services.printing.listenAddresses = [ "*:631" ];
services.printing.allowFrom = [ "all" ];
services.printing.defaultShared = true;
services.printing.drivers = with pkgs; [
gutenprint
gutenprintBin