aboutsummaryrefslogtreecommitdiff
path: root/infra/hosts/indra/state-version.nix
blob: 13f364e92e0fe3d0835a5715ab69d1599f3cb85a (plain)
1
2
3
4
5
{
  flake.modules.nixos.indra = {
    system.stateVersion = "26.11";
  };
}