This commit is contained in:
mjallen18
2026-02-04 20:40:34 -06:00
parent 4d4808490b
commit a9c1d71495
14 changed files with 84 additions and 192 deletions

View File

@@ -6,15 +6,7 @@
...
}:
let
inherit (lib.${namespace}) enabled disabled mkContainer;
testcontainer = mkContainer {
name = "testContainer";
localAddress = "10.1.1.3";
ports = [ 80 ];
bindMounts = { };
config = { };
};
inherit (lib.${namespace}) enabled disabled;
in
{
imports = [

View File

@@ -1,6 +1,4 @@
{
config,
lib,
pkgs,
...
}:

View File

@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:
# let
@@ -45,7 +44,7 @@
# };
# systemd.services = {
# vpn-netns =
# vpn-netns =
# let
# ip = "${pkgs.iproute2}/bin/ip";
# in {
@@ -291,4 +290,4 @@
};
};
};
}
}