Fix odin config
This commit is contained in:
parent
7dbae6094e
commit
a692b53f91
4 changed files with 50 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue