dbus: fix dbus error by using the broker implementation

This commit is contained in:
Tigor Hutasuhut 2024-09-11 20:17:48 +07:00
parent 73280b0a7b
commit dfc553b564
2 changed files with 3 additions and 1 deletions

View file

@ -81,4 +81,6 @@
nix-output-monitor
nvd
];
services.dbus.implementation = "broker";
}

View file

@ -6,7 +6,7 @@ in
{
config = mkIf cfg.enable {
services.prometheus = {
enable = false;
enable = true;
port = 0; # Random
enableAgentMode = true;
globalConfig = {