default: add fwupd everywhere

auto-flake-update
Yorick van Pelt 2022-05-18 12:09:39 +02:00
parent cc7193d481
commit e1c5814b76
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
services.zfs.trim.enable = true;
hardware.bluetooth.enable = true;
services.fprintd.enable = true;
services.fwupd.enable = true;
boot.initrd.availableKernelModules = [ "i915" ];
boot.loader.timeout = 1;

View File

@ -131,5 +131,6 @@ in {
disabledCollectors = [ "rapl" ];
};
networking.firewall.interfaces.wg-y.allowedTCPPorts = [ 9100 ];
services.fwupd.enable = true;
xdg.autostart.enable = false;
}