mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
5 lines
88 B
Nix
5 lines
88 B
Nix
|
|
_: {
|
||
|
|
services.fwupd.enable = true;
|
||
|
|
hardware.enableRedistributableFirmware = true;
|
||
|
|
}
|