add printer

This commit is contained in:
jopejoe1 2024-12-02 19:20:49 +01:00
parent f74512b261
commit 5cf5f94e57
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ in
services.printing = {
enable = true;
webInterface = true;
drivers = with pkgs; [ ];
drivers = with pkgs; [ hplip ];
};
hardware = {
@ -30,6 +30,7 @@ in
services.avahi = {
enable = true;
nssmdns4 = true;
nssmdns6 = true;
openFirewall = true;
};
};

View file

@ -65,7 +65,7 @@
udev.packages = [ pkgs.yubikey-personalization ];
fwupd.enable = true;
libinput.enable = true;
repology.enable = true;
#repology.enable = true;
};
time.timeZone = "Europe/Berlin";