All containers listen on host NIC

This commit is contained in:
2023-07-01 20:43:20 -05:00
parent cfe907101d
commit 6404a200e6
2 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@
parts.url = "github:hercules-ci/flake-parts";
};
outputs = { self, agenix, nix-serve-ng, nixpkgs, parts, ... }@inputs:
outputs = inputs@{ self, agenix, nix-serve-ng, nixpkgs, parts, ... }:
parts.lib.mkFlake { inherit inputs; } {
systems =
[ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];