cups: Add gutenprint

restic-rest-server
Simon Bruder 2020-08-29 23:54:35 +02:00
parent e4a0522fce
commit e5d99a49fa
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
services.printing.enable = true;
services.printing = {
enable = true;
drivers = with pkgs; [
gutenprint
];
};
}