temporary reverse proxying some servers to server

This commit is contained in:
2024-08-24 21:09:25 -06:00
parent b6f17c262a
commit b19659fa4c
2 changed files with 137 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{ ... }: {
imports = [ ./hardware-configuration.nix ../../base.nix ];
imports = [ ./hardware-configuration.nix ../../base.nix ./temp-nginx.nix ];
my = {
emacs.enable = true;
apps.dictionaries.enable = true;
@@ -30,7 +30,7 @@
};
servers = {
jellyfin = {
enable = true;
enable = false;
enableCron = false;
};
nextcloud = {
@@ -54,7 +54,7 @@
multi-scrobbler.enable = true;
paperless.enable = true;
postgres.enable = true;
prowlarr.enable = false;
prowlarr.enable = true;
qbittorrent.enable = true;
radarr.enable = false;
ryot.enable = true;