1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-07 06:31:20 +02:00
pvv-nixos-config/base/services/fwupd.nix
2025-03-15 01:19:59 +01:00

5 lines
45 B
Nix

{ ... }:
{
services.fwupd.enable = true;
}