summaryrefslogtreecommitdiff
path: root/nixos/hosts/apocalypse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixos/hosts/apocalypse/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/hosts/apocalypse/default.nix b/nixos/hosts/apocalypse/default.nix
index 8ad76ef..129bdbc 100644
--- a/nixos/hosts/apocalypse/default.nix
+++ b/nixos/hosts/apocalypse/default.nix
@@ -65,6 +65,9 @@
# Thunderbolt
services.hardware.bolt.enable = true;
powerManagement.enable = true;
+
+ # Firmware updates
+ services.fwupd.enable = true;
}