Now we can update to 23.11 🎉

This commit is contained in:
Lillian-Violet 2023-12-17 21:28:54 +01:00
parent 1b52c0bf65
commit 38eafe7f9e
2 changed files with 2 additions and 2 deletions

View file

@ -49,5 +49,5 @@
}; };
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.05"; home.stateVersion = "23.11";
} }

View file

@ -180,5 +180,5 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05"; system.stateVersion = "23.11";
} }