From 9bc84699de85f51a2ac803c7b1580ee891fffab4 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 26 Nov 2023 16:32:24 +0100 Subject: [PATCH] change config --- hosts/steamdeck.cloonar.com/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 071a98d..45bd3eb 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 = "23.05"; + system.stateVersion = "22.11"; }