From 1a9d559fcaa474fa380c3ae5da3601b6e8ad4463 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 8 Nov 2024 16:33:58 -0800 Subject: Add fwupd @jupiter --- hosts/common/optional/services/fwupd.nix | 3 +++ hosts/jupiter/default.nix | 1 + 2 files changed, 4 insertions(+) create mode 100644 hosts/common/optional/services/fwupd.nix (limited to 'hosts') 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; +} diff --git a/hosts/jupiter/default.nix b/hosts/jupiter/default.nix index 4ed8c9e..38df580 100644 --- a/hosts/jupiter/default.nix +++ b/hosts/jupiter/default.nix @@ -21,6 +21,7 @@ ./hardware-configuration.nix ../common/core ../common/optional/misc.nix + ../common/optional/services/fwupd.nix ../common/optional/services/openssh.nix ../common/optional/zfs.nix ../common/users/nipsy -- cgit v1.2.3