forked from malobeo/infrastructure
[hosts] dont configure network on offsite hosts
This commit is contained in:
@@ -30,10 +30,7 @@
|
|||||||
|
|
||||||
ns1 = {
|
ns1 = {
|
||||||
type = "host";
|
type = "host";
|
||||||
network = {
|
network.local = false;
|
||||||
local = true;
|
|
||||||
address = "192.168.1.14";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lucia = {
|
lucia = {
|
||||||
@@ -55,11 +52,7 @@
|
|||||||
|
|
||||||
vpn = {
|
vpn = {
|
||||||
type = "microvm";
|
type = "microvm";
|
||||||
network = {
|
network.local = false;
|
||||||
local = true;
|
|
||||||
address = "10.0.0.10";
|
|
||||||
mac = "D0:E5:CA:F0:D7:E6";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
infradocs = {
|
infradocs = {
|
||||||
@@ -73,11 +66,7 @@
|
|||||||
|
|
||||||
uptimekuma = {
|
uptimekuma = {
|
||||||
type = "microvm";
|
type = "microvm";
|
||||||
network = {
|
network.local = false;
|
||||||
local = true;
|
|
||||||
address = "10.0.0.12";
|
|
||||||
mac = "D0:E5:CA:F0:D7:E8";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
|
|||||||
Reference in New Issue
Block a user