Printer working

This commit is contained in:
Zuckerberg 2022-03-27 19:19:32 -04:00
parent 7445624273
commit a30b584fd9

View File

@ -58,6 +58,12 @@ in {
# Printing # Printing
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = with pkgs; [
gutenprint
];
# Printer discovery
services.avahi.enable = true;
services.avahi.nssmdns = true;
# Security # Security
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;