mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
add printer
This commit is contained in:
parent
f74512b261
commit
5cf5f94e57
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue