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"; }; }; }