From 8beef4ea0469af9da899b665dcc55ad49c00e4a3 Mon Sep 17 00:00:00 2001 From: Ciapa Date: Fri, 21 Apr 2023 19:16:59 +0000 Subject: [PATCH] Explicitly run qbittools container as root That container do be pure dogshit --- 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 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"; }; }; }