fix clean-download service

This commit is contained in:
twoneis 2024-09-07 15:41:04 +02:00
parent 4307c67bee
commit 9c93951694

View file

@ -45,7 +45,7 @@ in {
services."clean-download" = { services."clean-download" = {
script = '' script = ''
${pkgs.coreutils}/bin/rm -rf /home/user/${conf.username}/Downloads/* ${pkgs.coreutils}/bin/rm -rf /home/${conf.username}/Downloads/*
''; '';
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";