nixos-config/modules/system/systemversion/default.nix
2024-08-16 16:37:05 +02:00

5 lines
46 B
Nix

{ ... }:
{
system.stateVersion = "24.05";
}