summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-04-14 14:57:57 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-04-14 14:57:57 +0200
commitd87e75acd2db95014819900b1d903108c8f57a0c (patch)
tree5a6a459bd2e3d10c1657b6957a86f808802fdb12
parentc920d3592101f958cedcca09f547126750461d3f (diff)
add fwupd to Apocalypse
-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;
}