diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-01 08:53:08 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-01 08:53:08 +0530 |
commit | 322a3057e43cf06e38e7bef2fd8b3a60cef42ab3 (patch) | |
tree | 75cbc607b699a84d6e111a2c43d1a0e79e8ec722 | |
parent | 60f06e2c19462391dc33bda274ab56b8e217c6f4 (diff) |
dbus: swap the reference implementation for dbus-broker
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 3a365f6..aa639c4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,6 +75,7 @@ in ]; }; system.stateVersion = "23.05"; + services.dbus.implementation = "broker"; # nix nix = { |