Update home manager and system stateVersion to 23.11

This commit is contained in:
Toast 2023-12-01 00:12:33 +01:00 committed by Toast
parent d54cf1741b
commit 0281e6cfeb

View file

@ -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;