mirror of
https://github.com/davegallant/nix-config
synced 2025-08-09 18:52:28 +00:00
Fix system.stateVersion
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user