jeschli: disable most hosts in ci

This commit is contained in:
lassulus 2020-11-05 16:38:42 +01:00
parent b12308aba1
commit f36fd9b46f

View File

@ -12,6 +12,7 @@ with import <stockholm/lib>;
in { in {
hosts = mapAttrs hostDefaults { hosts = mapAttrs hostDefaults {
brauerei = { brauerei = {
ci = false;
nets = { nets = {
retiolum = { retiolum = {
ip4.addr = "10.243.27.29"; ip4.addr = "10.243.27.29";
@ -93,6 +94,7 @@ in {
}; };
bolide = { bolide = {
ci = false;
nets = { nets = {
retiolum = { retiolum = {
ip4.addr = "10.243.27.31"; ip4.addr = "10.243.27.31";
@ -130,6 +132,7 @@ in {
}; };
reagenzglas = { reagenzglas = {
ci = false;
nets = { nets = {
retiolum = { retiolum = {
ip4.addr = "10.243.27.32"; ip4.addr = "10.243.27.32";