aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-03-31 18:20:17 +0100
committerAkshay <[email protected]>2024-03-31 18:20:17 +0100
commit8eb045b0b913d19ec4f6ad12f14e2fe03d16fb3c (patch)
tree2789b6313ee4b12d836ef145e8ca9e4a627f22ff
parent9858c51be19fb918aefbc9b0ba44b1a3c49cca9b (diff)
mantis: add op to torrent grp
-rw-r--r--hosts/mantis/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix
index 5f0a0de..8f71964 100644
--- a/hosts/mantis/configuration.nix
+++ b/hosts/mantis/configuration.nix
@@ -55,6 +55,7 @@
55 ]; 55 ];
56 }; 56 };
57 users.groups."torrent".members = [ 57 users.groups."torrent".members = [
58 "op"
58 "sonarr" 59 "sonarr"
59 "radarr" 60 "radarr"
60 "bazarr" 61 "bazarr"