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