Forget it, that's not an option

This commit is contained in:
niten 2024-01-16 22:09:51 -08:00
parent 45512b6b8b
commit 874a48bbfa
1 changed files with 2 additions and 8 deletions

View File

@ -277,14 +277,8 @@ in {
image = { pkgs, ... }: { image = { pkgs, ... }: {
project.name = "mastodon"; project.name = "mastodon";
networks = { networks = {
internal_network = { internal_network = { internal = true; };
internal = true; external_network = { internal = false; };
dns_enabled = true;
};
external_network = {
internal = false;
dns_enabled = true;
};
}; };
services = { services = {
proxy.service = { proxy.service = {