From bf085ee076b7feceb55ad3181a69643106e95494 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 29 Mar 2024 18:22:46 +0000 Subject: Revert "." This reverts commit 12b0a6410ffeb8dab4caf1a5e266d460431f49f3. --- hosts/mantis/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix index b748eb2..f1003aa 100644 --- a/hosts/mantis/configuration.nix +++ b/hosts/mantis/configuration.nix @@ -55,7 +55,11 @@ ]; }; users.groups."torrent".members = [ - "torrent" + "sonarr" + "radarr" + "bazarr" + "jackett" + "lidarr" "jellyfin" "transmission" ]; @@ -115,6 +119,7 @@ openFirewall = true; openRPCPort = true; group = "torrent"; + user = "torrent"; settings = { download-dir = "/torrents"; incomplete-dir = "/.incomplete"; -- cgit v1.2.3