fix: change back stateVersion number that got juggled around from dotfile copying

This commit is contained in:
Ruben 2024-04-18 22:09:01 -05:00
commit b8bc4871ee
No known key found for this signature in database
GPG key ID: AE181294E97E4802
2 changed files with 2 additions and 2 deletions

View file

@ -258,5 +258,5 @@
virtualisation.waydroid.enable = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05";
system.stateVersion = "23.11";
}

View file

@ -219,5 +219,5 @@
programs.home-manager.enable = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.05";
home.stateVersion = "23.11";
}