Updated script to allow for upgrade to 24.05
This commit is contained in:
Kurtis Andrews
2024-06-29 16:29:15 +10:00
parent 7337d77780
commit 7b30bcfa5c
5 changed files with 15 additions and 4 deletions

View File

@@ -23,5 +23,5 @@
# Docker
virtualisation.docker.enable = true;
system.stateVersion = "23.11"; # Did you read the comment?
system.stateVersion = "24.5"; # Did you read the comment?
}