nixos/common: Fix netdata's python.d not working

This commit is contained in:
Jack O'Sullivan 2022-06-13 02:13:50 +01:00
parent 6958e86c94
commit b886f06ea2

View File

@ -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; [