fmt
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user