nixos-config/modules/system/systemversion/default.nix

5 lines
46 B
Nix
Raw Normal View History

2024-08-16 16:37:05 +02:00
{ ... }:
2024-08-13 19:56:30 +02:00
{
system.stateVersion = "24.05";
}