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"; }