disable more
This commit is contained in:
parent
5233433029
commit
0f598ae802
1 changed files with 11 additions and 9 deletions
|
@ -51,9 +51,7 @@
|
||||||
"kubernetes" = {
|
"kubernetes" = {
|
||||||
ip = "10.42.42.10";
|
ip = "10.42.42.10";
|
||||||
mac = "6E:A5:25:99:FE:68";
|
mac = "6E:A5:25:99:FE:68";
|
||||||
exposes = {
|
nix = false;
|
||||||
flux.domain = "flux.0x76.dev";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
"dex" = {
|
"dex" = {
|
||||||
ip = "10.42.42.11";
|
ip = "10.42.42.11";
|
||||||
|
@ -86,13 +84,19 @@
|
||||||
profile = "dns";
|
profile = "dns";
|
||||||
ip = "10.42.42.15";
|
ip = "10.42.42.15";
|
||||||
mac = "5E:F6:36:23:16:E3";
|
mac = "5E:F6:36:23:16:E3";
|
||||||
tags = [ "dns" "networking" ];
|
tags = [
|
||||||
|
"dns"
|
||||||
|
"networking"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
"dns-2" = {
|
"dns-2" = {
|
||||||
profile = "dns";
|
profile = "dns";
|
||||||
ip = "10.42.42.16";
|
ip = "10.42.42.16";
|
||||||
mac = "B6:04:0B:CD:0F:9F";
|
mac = "B6:04:0B:CD:0F:9F";
|
||||||
tags = [ "dns" "networking" ];
|
tags = [
|
||||||
|
"dns"
|
||||||
|
"networking"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
"minio" = {
|
"minio" = {
|
||||||
ip = "10.42.42.17";
|
ip = "10.42.42.17";
|
||||||
|
@ -158,10 +162,7 @@
|
||||||
"grist" = {
|
"grist" = {
|
||||||
ip = "10.42.42.26";
|
ip = "10.42.42.26";
|
||||||
mac = "B2:AA:AB:5D:2F:22";
|
mac = "B2:AA:AB:5D:2F:22";
|
||||||
exposes.grist = {
|
nix = false;
|
||||||
domain = "grist.0x76.dev";
|
|
||||||
port = 8484;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
"bookwyrm" = {
|
"bookwyrm" = {
|
||||||
ip = "10.42.42.27";
|
ip = "10.42.42.27";
|
||||||
|
@ -195,6 +196,7 @@
|
||||||
"ci" = {
|
"ci" = {
|
||||||
ip = "10.42.42.33";
|
ip = "10.42.42.33";
|
||||||
mac = "1E:24:DA:DB:4A:1A";
|
mac = "1E:24:DA:DB:4A:1A";
|
||||||
|
nix = false;
|
||||||
};
|
};
|
||||||
"nuc" = {
|
"nuc" = {
|
||||||
ip = "10.42.42.42";
|
ip = "10.42.42.42";
|
||||||
|
|
Loading…
Add table
Reference in a new issue