web02: bump stateVersion

This commit is contained in:
zowoq 2024-09-12 18:07:33 +10:00
parent 939bed0be1
commit fcca1880eb
2 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,4 @@
];
networking.useDHCP = true;
# enabled by default for stateVersion < 23.11
boot.swraid.enable = false;
}

View file

@ -38,6 +38,6 @@
# This is required to get an IPv6 address on our infrastructure
networking.tempAddresses = "disabled";
system.stateVersion = "23.05";
system.stateVersion = "24.05";
};
}