diff options
Diffstat (limited to 'infra/hosts/indra/state-version.nix')
| -rw-r--r-- | infra/hosts/indra/state-version.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/hosts/indra/state-version.nix b/infra/hosts/indra/state-version.nix new file mode 100644 index 0000000..13f364e --- /dev/null +++ b/infra/hosts/indra/state-version.nix @@ -0,0 +1,5 @@ +{ + flake.modules.nixos.indra = { + system.stateVersion = "26.11"; + }; +} |
