nixos-config/modules/system/systemversion/default.nix
2024-08-13 19:56:30 +02:00

5 lines
51 B
Nix

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