From 0367ebecae5c84bcfe19d32bb6210767c0e94dbb Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 7 Jun 2024 19:40:54 +0200 Subject: [PATCH] Fix fwupd --- modules/system/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/common.nix b/modules/system/common.nix index a7550df..92a26aa 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -28,7 +28,7 @@ nixd ]; - systemd.packages = with pkgs; [ fwupd ]; + services.fwupd.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.florian = {