Common: update stateVersion
This commit is contained in:
parent
c37d347ba1
commit
bb801f4e4c
1 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@
|
|||
users.toast = {osConfig, ...}: {
|
||||
catppuccin.flavor = osConfig.catppuccin.flavor;
|
||||
catppuccin.accent = osConfig.catppuccin.accent;
|
||||
home.stateVersion = "24.11";
|
||||
home.stateVersion = "25.05";
|
||||
manual = {
|
||||
manpages.enable = true;
|
||||
html.enable = true;
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
*/
|
||||
|
||||
system = {
|
||||
stateVersion = "24.11";
|
||||
stateVersion = "25.05";
|
||||
# Nix on nixos 23.05 does not have dirtyRev
|
||||
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
|
||||
nixos.variant_id = lib.strings.toLower config.networking.hostName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue