mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-20 07:53:17 +00:00
fix: must update stateversion to fix meilisearch out of date
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user