mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
edit server config
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
Former-commit-id: e1c7055db2
This commit is contained in:
@@ -31,7 +31,10 @@
|
|||||||
owner = "recyclarr";
|
owner = "recyclarr";
|
||||||
mode = "0777";
|
mode = "0777";
|
||||||
};
|
};
|
||||||
wireguard-pia = { };
|
wireguard-pia = {
|
||||||
|
# owner = "torrenter";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ let
|
|||||||
in {
|
in {
|
||||||
nixarr = {
|
nixarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vpn = {
|
# vpn = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
wgConf = config.sops.secrets.wireguard-pia.path;
|
# wgConf = config.sops.secrets.wireguard-pia.path;
|
||||||
};
|
# };
|
||||||
mediaDir = "/data/media";
|
mediaDir = "/data/media";
|
||||||
stateDir = "/data/.state/nixarr";
|
stateDir = "/data/.state/nixarr";
|
||||||
|
|
||||||
@@ -22,11 +22,12 @@ in {
|
|||||||
radarr.enable = true;
|
radarr.enable = true;
|
||||||
sonarr.enable = true;
|
sonarr.enable = true;
|
||||||
sabnzbd.enable = true;
|
sabnzbd.enable = true;
|
||||||
transmission = {
|
bazarr.enable = true;
|
||||||
enable = true;
|
# transmission = {
|
||||||
extraSettings = { trash-original-torrent-files = true; };
|
# enable = true;
|
||||||
vpn.enable = true;
|
# extraSettings = { trash-original-torrent-files = true; };
|
||||||
};
|
# vpn.enable = true;
|
||||||
|
# };
|
||||||
|
|
||||||
recyclarr = {
|
recyclarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -37,6 +38,7 @@ in {
|
|||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
"jellyfin.${domain}" = mkVirtualHost "jellyfin" 8096;
|
"jellyfin.${domain}" = mkVirtualHost "jellyfin" 8096;
|
||||||
"jellyseerr.${domain}" = mkVirtualHost "jellyseerr" 5055;
|
"jellyseerr.${domain}" = mkVirtualHost "jellyseerr" 5055;
|
||||||
|
"bazarr.${domain}" = mkVirtualHost "bazarr" 6767;
|
||||||
"prowlarr.${domain}" = mkVirtualHost "prowlarr" 9696;
|
"prowlarr.${domain}" = mkVirtualHost "prowlarr" 9696;
|
||||||
"radarr.${domain}" = mkVirtualHost "radarr" 7878;
|
"radarr.${domain}" = mkVirtualHost "radarr" 7878;
|
||||||
"sonarr.${domain}" = mkVirtualHost "sonarr" 8989;
|
"sonarr.${domain}" = mkVirtualHost "sonarr" 8989;
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = {
|
theme = {
|
||||||
primary-color = lib.mkForce rgb-to-hsl "base0D";
|
# primary-color = rgb-to-hsl "base0D";
|
||||||
contrast-multiplier = lib.mkForce 1.4;
|
contrast-multiplier = lib.mkForce 1.4;
|
||||||
};
|
};
|
||||||
pages = [{
|
pages = [{
|
||||||
|
|||||||
Reference in New Issue
Block a user