From 7242dbb293f2a6a1ae1a2a7bc64ffb9718873617 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Fri, 27 Sep 2024 13:51:31 -0400 Subject: [PATCH] use dbus broker --- common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/default.nix b/common/default.nix index 4d18165..6caf230 100644 --- a/common/default.nix +++ b/common/default.nix @@ -19,6 +19,8 @@ git podman-tui ]; + services.dbus.enable = true; + services.dbus.implementation = "broker"; programs.mtr.enable = true; programs.zsh.enable = true; security.sudo = {