dbus: fix dbus error by using the broker implementation
This commit is contained in:
parent
73280b0a7b
commit
dfc553b564
|
@ -81,4 +81,6 @@
|
|||
nix-output-monitor
|
||||
nvd
|
||||
];
|
||||
|
||||
services.dbus.implementation = "broker";
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ in
|
|||
{
|
||||
config = mkIf cfg.enable {
|
||||
services.prometheus = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
port = 0; # Random
|
||||
enableAgentMode = true;
|
||||
globalConfig = {
|
||||
|
|
Loading…
Reference in a new issue