All containers listen on host NIC
This commit is contained in:
@ -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" ];
|
||||
|
Reference in New Issue
Block a user