fix brackets

This commit is contained in:
Vinzenz Schroeter 2025-09-06 20:43:21 +02:00
parent d3555228be
commit 01fe8b0dcb

View file

@ -84,21 +84,21 @@ in
]; ];
}; };
}; };
};
anubis = { anubis = {
instances.main = { instances.main = {
enable = true; enable = true;
settings = { settings = {
BIND = anubis-domain-socket; BIND = anubis-domain-socket;
TARGET = "unix://" + blog-domain-socket; TARGET = "unix://" + blog-domain-socket;
};
}; };
}; };
networking.firewall.allowedTCPPorts = [
80
443
5201
];
}; };
networking.firewall.allowedTCPPorts = [
80
443
5201
];
} }