fix: must update stateversion to fix meilisearch out of date

This commit is contained in:
Noah Masur
2025-09-17 02:45:46 +00:00
parent 57e593aabc
commit 483833cdcb

View File

@@ -31,10 +31,10 @@ rec {
power-user.enable = true; power-user.enable = true;
}; };
nmasur.presets.programs.helix.enable = true; nmasur.presets.programs.helix.enable = true;
home.stateVersion = "23.05"; home.stateVersion = "25.05";
}; };
system.stateVersion = "23.05"; system.stateVersion = "25.05";
# File systems must be declared in order to boot # File systems must be declared in order to boot
# # This is the root filesystem containing NixOS # # This is the root filesystem containing NixOS