Skip to content

Commit

Permalink
bump stateVersion (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Jul 19, 2023
1 parent b24e55a commit 8a455dc
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

home.enableNixpkgsReleaseCheck = false;

home.stateVersion = "23.05";
home.stateVersion = "23.11";
home.username = "bruce";
home.homeDirectory = "/home/bruce";
programs.home-manager.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion system/machines/chestnut/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
xserver = {
enable = true;
layout = "us";
xkbOptions = "caps:swapescape"; # Swap caps-lock with escape.
xkbOptions = "caps:escape"; # Caps-lock is the new Escape.
videoDrivers = ["amdgpu"];
libinput = {
enable = true;
Expand Down
2 changes: 1 addition & 1 deletion system/machines/chestnut/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "23.05"; # Did you read the comment?
system.stateVersion = "23.11"; # Did you read the comment?

time.timeZone = lib.mkDefault "Australia/Melbourne";
}

0 comments on commit 8a455dc

Please sign in to comment.