Fix odin config

This commit is contained in:
Filippo Berto 2022-05-31 13:21:39 +02:00
parent 7dbae6094e
commit a692b53f91
4 changed files with 50 additions and 36 deletions

View file

@ -75,7 +75,10 @@
# Enable CUPS to print documents.
services.printing = {
enable = true;
drivers = with pkgs; [ gutenprint cups-kyocera ];
drivers = with pkgs; [
gutenprint
# cups-kyocera
];
};
services.fwupd.enable = true;