add printing to benzaiten

This commit is contained in:
jopejoe1 2024-04-02 20:23:02 +02:00
parent 2fdfc30e12
commit 478e15fdb2
2 changed files with 3 additions and 2 deletions

View file

@ -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 ];
};
};

View file

@ -19,6 +19,7 @@
jopejoe1.enable = true;
root.enable = true;
};
printing.enable = true;
ssh.enable = true;
keyboard = {
enable = true;