From 89771b9e0ef945e82009589133fa1e86a307d550 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 16 May 2022 12:06:28 +0200 Subject: [PATCH] smithers: enable fwupd --- nixos/logical/smithers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/logical/smithers.nix b/nixos/logical/smithers.nix index 52998c0..e051833 100644 --- a/nixos/logical/smithers.nix +++ b/nixos/logical/smithers.nix @@ -7,4 +7,5 @@ yorick.lumi-cache.enable = lib.mkForce false; system.stateVersion = "21.05"; + services.fwupd.enable = true; }