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 {
hosts = mapAttrs hostDefaults {
brauerei = {
ci = false;
nets = {
retiolum = {
ip4.addr = "10.243.27.29";
@ -93,6 +94,7 @@ in {
};
bolide = {
ci = false;
nets = {
retiolum = {
ip4.addr = "10.243.27.31";
@ -130,6 +132,7 @@ in {
};
reagenzglas = {
ci = false;
nets = {
retiolum = {
ip4.addr = "10.243.27.32";