Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-09 23:30:13 +00:00
parent 5d65878802
commit c15582048f

View file

@ -87,6 +87,9 @@
pulse.enable = true;
};
# Enable CUPS
services.printing.enable = true;
# System
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;