From 2cd5e4626fae740786c159ca93a9ae4d09466538 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Mon, 23 Feb 2026 00:58:09 +0300 Subject: [PATCH] some fixes --- hosts/Ratchet/hardware-Ratchet.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/Ratchet/hardware-Ratchet.nix b/hosts/Ratchet/hardware-Ratchet.nix index ffbab49..3a395ff 100644 --- a/hosts/Ratchet/hardware-Ratchet.nix +++ b/hosts/Ratchet/hardware-Ratchet.nix @@ -68,7 +68,7 @@ }; }; - chaotic.mesa-git.enable = true; + # chaotic.mesa-git.enable = true; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's @@ -82,4 +82,6 @@ hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.bluetooth.enable = true; + + system.stateVersion = "25.11"; }