modules/services/printing/cupsd.nix: MIME related config files have moved to share in cups 1.5

svn path=/nixos/trunk/; revision=29254
This commit is contained in:
Peter Simons 2011-09-13 20:42:21 +00:00
parent a499049ce5
commit 02bb4eb289
1 changed files with 3 additions and 3 deletions

View File

@ -125,10 +125,10 @@ in
environment.etc =
[ # CUPS expects the following files in its ServerRoot.
{ source = "${cups}/etc/cups/mime.convs";
{ source = "${cups}/share/cups/mime/mime.convs";
target = "cups/mime.convs";
}
{ source = "${cups}/etc/cups/mime.types";
{ source = "${cups}/share/cups/mime/mime.types";
target = "cups/mime.types";
}
];
@ -153,7 +153,7 @@ in
};
services.printing.drivers = [ pkgs.cups pkgs.cups_pdf_filter pkgs.ghostscript additionalBackends ];
services.printing.cupsdConf =
''
LogLevel info