diff --git a/hosts/kinda.sus.lol/services/qbittorrent.nix b/hosts/kinda.sus.lol/services/qbittorrent.nix index 5f7c135..cad5680 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= "qbittorrent"; + User= "root"; }; }; }