From 56bd0439f6a819889b7bfef28b433a6baaf00457 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 30 Apr 2026 12:35:47 -0400 Subject: [PATCH] set dbus.implementation = "dbus"; --- common/global/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/global/default.nix b/common/global/default.nix index 1b22efc..935bfcd 100644 --- a/common/global/default.nix +++ b/common/global/default.nix @@ -41,6 +41,8 @@ }; services = { + dbus.implementation = "dbus"; + # firmware update fwupd.enable = true;