global state version
This commit is contained in:
parent
a555bc0d26
commit
7a8372ffb6
1 changed files with 5 additions and 3 deletions
|
@ -128,6 +128,8 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stateVersion = "25.05";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -312,9 +314,9 @@ in
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# set state version
|
# set state version
|
||||||
home-manager.users.${config.user}.home.stateVersion = "25.05";
|
home-manager.users.${config.user}.home.stateVersion = stateVersion;
|
||||||
home-manager.users.root.home.stateVersion = "25.05";
|
home-manager.users.root.home.stateVersion = stateVersion;
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = stateVersion;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue