nixos/middleman: Working Matrix

This commit is contained in:
2022-06-11 01:20:32 +01:00
parent ffdff3d403
commit 106698b53e
5 changed files with 65 additions and 6 deletions

View File

@@ -58,6 +58,8 @@
listeners = [
{
# Covers both IPv4 and IPv6
bind_addresses = [ "::" ];
port = 8008;
type = "http";
tls = false;
@@ -70,8 +72,8 @@
];
}
{
port = 9000;
bind_addresses = [ "127.0.0.1" "::1" ];
port = 9000;
type = "manhole";
# The NixOS module has defaults for these that we need to override since they don't make sense here