From 483833cdcb96c9b3dfd238aeb95bf568afe11717 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 17 Sep 2025 02:45:46 +0000 Subject: [PATCH] fix: must update stateversion to fix meilisearch out of date --- hosts/aarch64-linux/flame/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/aarch64-linux/flame/default.nix b/hosts/aarch64-linux/flame/default.nix index c3058a1..845f9e0 100644 --- a/hosts/aarch64-linux/flame/default.nix +++ b/hosts/aarch64-linux/flame/default.nix @@ -31,10 +31,10 @@ rec { power-user.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 # # This is the root filesystem containing NixOS