Set system state version to latest

This commit is contained in:
2024-01-05 21:32:05 +01:00
parent 2327c2d031
commit 5ab0651127

View File

@@ -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 = {