diff --git a/nixos_configs/bridge.nix b/nixos_configs/bridge.nix index 54a1600..4a9493c 100644 --- a/nixos_configs/bridge.nix +++ b/nixos_configs/bridge.nix @@ -56,6 +56,7 @@ RemoteNickFormat="{NICK} [{PROTOCOL}]" "bot-test", "cryptic-bunker", "cryptic-chat", + "cryptic-net-public", "dumbathon", "europe", "generic-gaming", diff --git a/nixos_configs/git.nix b/nixos_configs/git.nix index 6ed4bc5..43a23ed 100644 --- a/nixos_configs/git.nix +++ b/nixos_configs/git.nix @@ -49,6 +49,9 @@ in "repository.upload" = { FILE_MAX_SIZE = 50; }; + attachment = { + MAX_SIZE = 50; + }; }; }; @@ -59,6 +62,8 @@ in recommendedGzipSettings = true; recommendedProxySettings = true; + clientMaxBodySize = "50M"; + virtualHosts = { "code.betamike.com" = { enableACME = true;