chore: align template base with live VM config
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 16s

Set NixOS stateVersion to 25.05 and include neovim in the default utility package set.
This commit is contained in:
2026-02-28 00:44:08 +00:00
parent 595df12b3e
commit c0dd091b51

View File

@@ -81,8 +81,9 @@
tree tree
unzip unzip
vim vim
neovim
wget wget
]; ];
system.stateVersion = "24.11"; system.stateVersion = "25.05";
} }