diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 45bd3eb..071a98d 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -115,5 +115,5 @@ systemd.services."getty@tty1".enable = false; systemd.services."autovt@tty1".enable = false; - system.stateVersion = "22.11"; + system.stateVersion = "23.05"; }