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