about summary refs log tree commit diff
path: root/hosts/common/system/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/system/hardware.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/common/system/hardware.nix b/hosts/common/system/hardware.nix
new file mode 100644
index 0000000..030b358
--- /dev/null
+++ b/hosts/common/system/hardware.nix
@@ -0,0 +1,5 @@
+{ pkgs, lib, config, ... }:
+
+{
+  services.fwupd.enable = true;
+}