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
|
nix-output-monitor
|
||||||
nvd
|
nvd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.dbus.implementation = "broker";
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ in
|
||||||
{
|
{
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
enable = false;
|
enable = true;
|
||||||
port = 0; # Random
|
port = 0; # Random
|
||||||
enableAgentMode = true;
|
enableAgentMode = true;
|
||||||
globalConfig = {
|
globalConfig = {
|
||||||
|
|
Loading…
Reference in a new issue