mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +02:00
add printing to benzaiten
This commit is contained in:
parent
2fdfc30e12
commit
478e15fdb2
2 changed files with 3 additions and 2 deletions
|
@ -10,13 +10,13 @@ in {
|
|||
services.printing = {
|
||||
enable = true;
|
||||
webInterface = true;
|
||||
drivers = with pkgs; [ hplipWithPlugin ];
|
||||
drivers = with pkgs; [ ];
|
||||
};
|
||||
|
||||
hardware = {
|
||||
sane = {
|
||||
enable = true;
|
||||
extraBackends = with pkgs; [ sane-airscan hplipWithPlugin ];
|
||||
extraBackends = with pkgs; [ sane-airscan ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
jopejoe1.enable = true;
|
||||
root.enable = true;
|
||||
};
|
||||
printing.enable = true;
|
||||
ssh.enable = true;
|
||||
keyboard = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue