mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00:19:12 +00:00
services/bleachbit: properly escape shell arguments
This commit is contained in:
parent
b11eba9f0d
commit
220b16e954
@ -104,7 +104,7 @@ in {
|
|||||||
Service = {
|
Service = {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
ExecStart = "${pkgs.bleachbit}/bin/bleachbit --clean ${
|
ExecStart = "${pkgs.bleachbit}/bin/bleachbit --clean ${
|
||||||
lib.concatStringsSep " " cleaners
|
lib.escapeShellArgs cleaners
|
||||||
}";
|
}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user