From 5b76fa26baffb4a0b7baff3923b5193dca2974ad Mon Sep 17 00:00:00 2001 From: Ciapa Date: Fri, 21 Apr 2023 19:03:57 +0000 Subject: [PATCH] Run cronjob as qbittorrent user --- hosts/kinda.sus.lol/services/qbittorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kinda.sus.lol/services/qbittorrent.nix b/hosts/kinda.sus.lol/services/qbittorrent.nix index 741035e..5f7c135 100644 --- a/hosts/kinda.sus.lol/services/qbittorrent.nix +++ b/hosts/kinda.sus.lol/services/qbittorrent.nix @@ -56,7 +56,7 @@ ''; serviceConfig = { Type = "oneshot"; - User= "nobody"; + User= "qbittorrent"; }; }; }