stateVersion: from 24.11 to 25.05
This commit is contained in:
parent
cf4185a519
commit
d950ad6a7a
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
username = "florian";
|
username = "florian";
|
||||||
homeDirectory = "/home/florian";
|
homeDirectory = "/home/florian";
|
||||||
|
|
||||||
stateVersion = "24.11";
|
stateVersion = "25.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
@ -93,5 +93,5 @@
|
||||||
# this value at the release version of the first install of this system.
|
# this value at the release version of the first install of this system.
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "24.11"; # Did you read the comment?
|
system.stateVersion = "25.05"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue