services/bleachbit: properly escape shell arguments

This commit is contained in:
Gabriel Arazas 2022-08-06 15:44:50 +08:00
parent b11eba9f0d
commit 220b16e954

View File

@ -104,7 +104,7 @@ in {
Service = {
Restart = "on-failure";
ExecStart = "${pkgs.bleachbit}/bin/bleachbit --clean ${
lib.concatStringsSep " " cleaners
lib.escapeShellArgs cleaners
}";
};
};