[hosts] dont configure network on offsite hosts
Some checks failed
Check flake syntax / flake-check (push) Failing after 1m44s
Some checks failed
Check flake syntax / flake-check (push) Failing after 1m44s
This commit is contained in:
@@ -30,10 +30,7 @@
|
||||
|
||||
ns1 = {
|
||||
type = "host";
|
||||
network = {
|
||||
local = true;
|
||||
address = "192.168.1.14";
|
||||
};
|
||||
network.local = false;
|
||||
};
|
||||
|
||||
lucia = {
|
||||
@@ -55,11 +52,7 @@
|
||||
|
||||
vpn = {
|
||||
type = "microvm";
|
||||
network = {
|
||||
local = true;
|
||||
address = "10.0.0.10";
|
||||
mac = "D0:E5:CA:F0:D7:E6";
|
||||
};
|
||||
network.local = false;
|
||||
};
|
||||
|
||||
infradocs = {
|
||||
@@ -73,11 +66,7 @@
|
||||
|
||||
uptimekuma = {
|
||||
type = "microvm";
|
||||
network = {
|
||||
local = true;
|
||||
address = "10.0.0.12";
|
||||
mac = "D0:E5:CA:F0:D7:E8";
|
||||
};
|
||||
network.local = false;
|
||||
};
|
||||
|
||||
nextcloud = {
|
||||
|
||||
Reference in New Issue
Block a user