From 72426e147c8ef74a2da2780eb9f24564d6153e54 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 10 Jun 2023 21:35:32 +0100 Subject: [PATCH] Set PUID and GUID for qbittorrent --- hosts/library/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/library/default.nix b/hosts/library/default.nix index 4f944e5..b7694c5 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -165,6 +165,10 @@ with lib.my; "6881:6881/tcp" "6881:6881/udp" ]; + environment = { + PUID = "0"; + GUID = "0"; + }; volumes = [ "qbittorrent-config:/config:Z" "downloads:/downloads"