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 = {