diff --git a/hosts/server/secrets/default.nix b/hosts/server/secrets/default.nix index f643366..9dc1665 100644 --- a/hosts/server/secrets/default.nix +++ b/hosts/server/secrets/default.nix @@ -31,7 +31,10 @@ owner = "recyclarr"; mode = "0777"; }; - wireguard-pia = { }; + wireguard-pia = { + # owner = "torrenter"; + mode = "0600"; + }; }; }; diff --git a/server-modules/arr.nix b/server-modules/arr.nix index b3ee92d..814c47f 100644 --- a/server-modules/arr.nix +++ b/server-modules/arr.nix @@ -9,10 +9,10 @@ let in { nixarr = { enable = true; - vpn = { - enable = true; - wgConf = config.sops.secrets.wireguard-pia.path; - }; + # vpn = { + # enable = true; + # wgConf = config.sops.secrets.wireguard-pia.path; + # }; mediaDir = "/data/media"; stateDir = "/data/.state/nixarr"; @@ -22,11 +22,12 @@ in { radarr.enable = true; sonarr.enable = true; sabnzbd.enable = true; - transmission = { - enable = true; - extraSettings = { trash-original-torrent-files = true; }; - vpn.enable = true; - }; + bazarr.enable = true; + # transmission = { + # enable = true; + # extraSettings = { trash-original-torrent-files = true; }; + # vpn.enable = true; + # }; recyclarr = { enable = true; @@ -37,6 +38,7 @@ in { services.nginx.virtualHosts = { "jellyfin.${domain}" = mkVirtualHost "jellyfin" 8096; "jellyseerr.${domain}" = mkVirtualHost "jellyseerr" 5055; + "bazarr.${domain}" = mkVirtualHost "bazarr" 6767; "prowlarr.${domain}" = mkVirtualHost "prowlarr" 9696; "radarr.${domain}" = mkVirtualHost "radarr" 7878; "sonarr.${domain}" = mkVirtualHost "sonarr" 8989; diff --git a/server-modules/glance.nix b/server-modules/glance.nix index e3459b6..606c010 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -34,7 +34,7 @@ in { enable = true; settings = { theme = { - primary-color = lib.mkForce rgb-to-hsl "base0D"; + # primary-color = rgb-to-hsl "base0D"; contrast-multiplier = lib.mkForce 1.4; }; pages = [{