nixos: aristotle: upgrade stateVersion

This commit is contained in:
Guanran Wang 2024-01-14 12:04:08 +08:00
parent a5ece60862
commit 4f44b4d9d9
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -18,5 +18,5 @@
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"];
boot.kernelModules = ["kvm-intel"];
nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "23.05";
system.stateVersion = "23.11";
}