summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-05-27 10:34:10 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-05-27 10:34:10 -0500
commit6c1ee2e94f7e3fb2b13732208118f798805f45c4 (patch)
tree33d241eef70863bb41ec7fca4a67c3c409946984
parentcca53f8216ab234eddf526617dbcc0183bb9fb7b (diff)
downloadnixos-config-6c1ee2e94f7e3fb2b13732208118f798805f45c4.tar.gz
nixos-config-6c1ee2e94f7e3fb2b13732208118f798805f45c4.zip
hosts/thyme: Switch to unstable ath9k firmware
The stable version doesn't build on 25.05.
-rw-r--r--hosts/thyme/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/thyme/hardware.nix b/hosts/thyme/hardware.nix
index 63594b0..207dfbb 100644
--- a/hosts/thyme/hardware.nix
+++ b/hosts/thyme/hardware.nix
@@ -37,7 +37,7 @@ in
hardware.firmware = with pkgs; [
alsa-firmware
- ath9k-htc-blobless-firmware
+ ath9k-htc-blobless-firmware-unstable
];
nixpkgs.hostPlatform = "x86_64-linux";