mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +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 = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
webInterface = true;
|
webInterface = true;
|
||||||
drivers = with pkgs; [ hplipWithPlugin ];
|
drivers = with pkgs; [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
sane = {
|
sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraBackends = with pkgs; [ sane-airscan hplipWithPlugin ];
|
extraBackends = with pkgs; [ sane-airscan ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
jopejoe1.enable = true;
|
jopejoe1.enable = true;
|
||||||
root.enable = true;
|
root.enable = true;
|
||||||
};
|
};
|
||||||
|
printing.enable = true;
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
keyboard = {
|
keyboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue