4 lines
101 B
Nix
4 lines
101 B
Nix
{
|
|
# A system daemon to allow session software to update firmware
|
|
services.fwupd.enable = true;
|
|
}
|