Skip to content

Commit

Permalink
feat: add fwupd profile; apply to hera
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Dec 19, 2024
1 parent bb638d0 commit 4feac3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/hera/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}: {
imports = with profiles; [
hardware.filesystem.zfs-impermanence
hardware.fwupd
hardware.zram
security.acme.cloudflare
security.fail2ban
Expand Down
5 changes: 5 additions & 0 deletions profiles/hardware/fwupd.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://wiki.nixos.org/wiki/Fwupd
# Enable daemon to perform firmware/UEFI updates
{...}: {
services.fwupd.enable = true;
}

0 comments on commit 4feac3d

Please sign in to comment.