fix: enable redistributable firmware on phantom-ship 📡
iwlwifi (Intel 8260 WiFi), GPU, and Bluetooth firmware were missing.
This commit is contained in:
parent
1bfd96c0d0
commit
c43cd0ee17
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ in
|
|||
networking.hostName = "phantom-ship";
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
networking.wireless.enable = true; # credentials in /etc/wpa_supplicant.conf (outside repo)
|
||||
|
||||
hardware.enableRedistributableFirmware = true; # iwlwifi (Intel 8260) + GPU + BT firmware
|
||||
time.timeZone = "Europe/Copenhagen";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue