some fixes

This commit is contained in:
yaroslav
2026-02-23 00:58:09 +03:00
parent f985f4dcaa
commit 2cd5e4626f
+3 -1
View File
@@ -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 # 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 # (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.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
system.stateVersion = "25.11";
} }