edit server config

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-05-12 11:13:41 +02:00
parent 9bef5046b4
commit e1c7055db2
3 changed files with 16 additions and 11 deletions

View File

@@ -31,7 +31,10 @@
owner = "recyclarr";
mode = "0777";
};
wireguard-pia = { };
wireguard-pia = {
# owner = "torrenter";
mode = "0600";
};
};
};

View File

@@ -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;

View File

@@ -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 = [{