diff --git a/nixos/modules/common.nix b/nixos/modules/common.nix index 86be39d..df7fbd6 100644 --- a/nixos/modules/common.nix +++ b/nixos/modules/common.nix @@ -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 { fonts.fonts = with pkgs; [