forked from malobeo/infrastructure
[fanny] update hostbridge for local access
This commit is contained in:
@@ -129,7 +129,12 @@ in
|
|||||||
privateKeyFile = config.sops.secrets.wg_private.path;
|
privateKeyFile = config.sops.secrets.wg_private.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.malobeo.microvm.enableHostBridge = true;
|
services.malobeo.microvm = {
|
||||||
|
enableHostBridge = true;
|
||||||
|
interface = "enp1s0";
|
||||||
|
gateway = "192.168.1.1";
|
||||||
|
address = "192.168.1.2/24";
|
||||||
|
};
|
||||||
services.malobeo.microvm.deployHosts = [
|
services.malobeo.microvm.deployHosts = [
|
||||||
"overwatch"
|
"overwatch"
|
||||||
"infradocs"
|
"infradocs"
|
||||||
|
|||||||
Reference in New Issue
Block a user