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

@@ -49,7 +49,7 @@
};
firewall = {
tcp.allowed = [ "http" "https" ];
tcp.allowed = [ "http" "https" 8448 ];
};
};