Let's try and update and see if this works

This commit is contained in:
Lillian-Violet 2023-12-18 22:00:31 +01:00
parent aabd1e5e54
commit 8217f40bac
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

@ -181,5 +181,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";
} }