diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/torrenting/save-path.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/ahmed/torrenting/save-path.nix b/hosts/ahmed/torrenting/save-path.nix index 293c00f..065c72f 100644 --- a/hosts/ahmed/torrenting/save-path.nix +++ b/hosts/ahmed/torrenting/save-path.nix @@ -52,8 +52,7 @@ in { ln -s -f ${categoriesFile} ${categoriesPath} chown --recursive qbittorrent:qbittorrent -- ${config.services.qbittorrent.profile}/qBittorrent/config/ ''; - in - "!${script}"; + in "!${script}"; }; }; |