reset stateversion

This commit is contained in:
Danilo Reyes 2025-03-29 12:31:30 -06:00
parent c313fd16b8
commit fbc13d9cae
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
./jawz.nix
./modules/modules.nix
];
system.stateVersion = "24.11";
system.stateVersion = "23.05";
sops = {
defaultSopsFormat = "yaml";
defaultSopsFile = ./secrets/secrets.yaml;

View File

@ -5,7 +5,7 @@
...
}:
{
home.stateVersion = "24.11";
home.stateVersion = "23.05";
programs.bash =
let
inherit (pkgs) fd fzf;