From 5ab065112744822a8cdae12899204736d14ccb2c Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 5 Jan 2024 21:32:05 +0100 Subject: [PATCH] Set system state version to latest --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9eef564..fc5f071 100644 --- a/configuration.nix +++ b/configuration.nix @@ -67,7 +67,7 @@ with pkgs; services.chrony.enable = true; # NixOS version - system.stateVersion = "22.05"; + system.stateVersion = "24.05"; # Create coolneng user users.users.coolneng = {