nixos/common: Fix netdata's python.d not working
This commit is contained in:
parent
6958e86c94
commit
b886f06ea2
@ -163,6 +163,15 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd = {
|
||||||
|
services = {
|
||||||
|
netdata = mkIf config.services.netdata.enable {
|
||||||
|
# python.d plugin script does #!/usr/bin/env bash
|
||||||
|
path = with pkgs; [ bash ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
(mkIf config.services.kmscon.enable {
|
(mkIf config.services.kmscon.enable {
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user