Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2022-05-31 15:34:28 +00:00
parent 43b8ccf893
commit be9b8ecdaf

View file

@ -85,10 +85,8 @@
# Enable CUPS
services.printing.enable = true;
# system stateVersion
system.stateVersion = "22.05";
# System
system.stateVersion = "22.05";
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;