move foundry to cupsnet

This commit is contained in:
Cyryl Płotnicki 2024-01-16 22:08:28 +00:00
parent d2074dcdd9
commit e0e6e14586
6 changed files with 2 additions and 3 deletions

View file

@ -12,6 +12,7 @@
./boot.nix ./boot.nix
./cryptpad.nix ./cryptpad.nix
./disks.nix ./disks.nix
./foundryvtt.nix
./gitea.nix ./gitea.nix
./ssh.nix ./ssh.nix
]; ];

View file

@ -16,7 +16,6 @@ in {
imports = [../nginx.nix]; imports = [../nginx.nix];
services.nginx = { services.nginx = {
clientMaxBodySize = "300M";
virtualHosts = { virtualHosts = {
"foundryvtt.peninsula.industries" = { "foundryvtt.peninsula.industries" = {
forceSSL = true; forceSSL = true;

View file

@ -42,7 +42,6 @@ in {
networking.firewall.allowedTCPPorts = [sshPort]; networking.firewall.allowedTCPPorts = [sshPort];
services.nginx = { services.nginx = {
clientMaxBodySize = "512M";
virtualHosts = { virtualHosts = {
"${domain}" = { "${domain}" = {
forceSSL = true; forceSSL = true;

View file

@ -7,6 +7,7 @@
services.nginx = { services.nginx = {
enable = true; enable = true;
statusPage = true; statusPage = true;
clientMaxBodySize = "512M";
recommendedTlsSettings = true; recommendedTlsSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;

View file

@ -7,7 +7,6 @@
../nginx.nix ../nginx.nix
../send-logs.nix ../send-logs.nix
./backups.nix ./backups.nix
./foundryvtt.nix
./mastodon.nix ./mastodon.nix
./rss.nix ./rss.nix
./ssh.nix ./ssh.nix