From 1db81a44c503747c73d92a2153ccdeb040d4c67c Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Fri, 5 Dec 2025 20:32:09 +0000 Subject: [PATCH] dbus daemon --- sw-kiosk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw-kiosk.nix b/sw-kiosk.nix index 643b82f..93e27ef 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -25,7 +25,7 @@ ''; services.dbus.enable = true; - services.dbus.implementation = "dbus-daemon"; + services.dbus.implementation = "dbus"; services.cage = { enable = false;