Desktops: disable printing.browsed
This commit is contained in:
parent
1718ae776b
commit
46d534c1c1
|
@ -78,20 +78,13 @@ in
|
||||||
# Enable touchpad support (enabled by default in most desktop managers, buuuut just in case).
|
# Enable touchpad support (enabled by default in most desktop managers, buuuut just in case).
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
|
||||||
# Enable printing support, but disable browsed per .
|
# Enable printing support, but disable browsed per https://discourse.nixos.org/t/cups-cups-filters-and-libppd-security-issues/52780.
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# FIXME: Once this option's available, uncomment it and remove the `systemd.services.cups-browsed` section below.
|
browsed.enable = false;
|
||||||
# browsed.enable = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable broswed per https://discourse.nixos.org/t/cups-cups-filters-and-libppd-security-issues/52780
|
|
||||||
systemd.services.cups-browsed = {
|
|
||||||
enable = false;
|
|
||||||
unitConfig.Mask = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Support for AppImage files
|
# Support for AppImage files
|
||||||
programs.appimage = {
|
programs.appimage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue