Fix system.stateVersion

This commit is contained in:
Dave Gallant
2023-04-22 13:07:45 -04:00
parent ab512825b5
commit 554bf469f8
2 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
{pkgs, ...}: {
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages;
boot.supportedFilesystems = ["ntfs"];
system.stateVersion = "23.05";
system.stateVersion = "22.11";
system.autoUpgrade.enable = true;