From 82bb5b401c175fc96a67eb0df79f700c8c75411c Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 27 Nov 2020 12:11:05 +0100 Subject: [PATCH] Enable fwupd on graphical devices --- profiles/graphical.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/graphical.nix b/profiles/graphical.nix index 40825dbc..6dac3ec0 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -56,5 +56,7 @@ ''; }; + services.fwupd.enable = true; + chvp.gnupg.pinentryFlavor = "qt"; }