diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/apocalypse/default.nix | 3 |
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; } |
