Update home manager and system stateVersion to 23.11
This commit is contained in:
parent
b55f9e1558
commit
c7fb99ff12
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
verbose = true;
|
verbose = true;
|
||||||
users.toast = { config, ... }: {
|
users.toast = { config, ... }: {
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.11";
|
||||||
xdg = {
|
xdg = {
|
||||||
userDirs = {
|
userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.11";
|
||||||
# Nix on nixos 23.05 does not have dirtyRev
|
# Nix on nixos 23.05 does not have dirtyRev
|
||||||
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
|
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
|
||||||
nixos.variant_id = lib.strings.toLower config.networking.hostName;
|
nixos.variant_id = lib.strings.toLower config.networking.hostName;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue