From 4f44b4d9d924e6449a149890a47e61a260b9beb2 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 14 Jan 2024 12:04:08 +0800 Subject: [PATCH] nixos: aristotle: upgrade stateVersion --- nixos/hosts/Aristotle/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/Aristotle/hardware-configuration.nix b/nixos/hosts/Aristotle/hardware-configuration.nix index b9291b6..17675d4 100644 --- a/nixos/hosts/Aristotle/hardware-configuration.nix +++ b/nixos/hosts/Aristotle/hardware-configuration.nix @@ -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"; }