vanadium: enable printer

This commit is contained in:
Primrose 2026-01-07 14:52:49 +01:00
parent 088c6b31a5
commit 245da500a0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -76,4 +76,20 @@
services.mullvad-vpn.enable = true;
hardware.bluetooth.enable = true;
# Printing and auto-discovery of Wi-Fi printers
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
services.printing = {
enable = true;
drivers = with pkgs; [
cups-filters
cups-browsed
];
};
}