From c587fcc2ac56a31fe3e7453c60b3071513a987a7 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 10 May 2025 15:34:50 -0400 Subject: [PATCH] Re-enable fwupd. Without it, gnome-firmwarm seems to not work. --- nix/configuration/roles/lvfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/configuration/roles/lvfs/default.nix b/nix/configuration/roles/lvfs/default.nix index fdddd6c..bcce856 100644 --- a/nix/configuration/roles/lvfs/default.nix +++ b/nix/configuration/roles/lvfs/default.nix @@ -20,8 +20,8 @@ config = lib.mkIf config.me.lvfs.enable ( lib.mkMerge [ { - # TODO: Is this installing firmware or just downloading it? Is this needed? - # services.fwupd.enable = true; + # TODO: Is this installing firmware or just downloading it? + services.fwupd.enable = true; environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) { hideMounts = true; directories = [