aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/fwupd.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/common/optional/services/fwupd.nix b/hosts/common/optional/services/fwupd.nix
new file mode 100644
index 0000000..a62f709
--- /dev/null
+++ b/hosts/common/optional/services/fwupd.nix
@@ -0,0 +1,3 @@
+{
+ services.fwupd.enable = true;
+}