Move gitlab hosts to common configuration

This commit is contained in:
2025-09-22 13:28:48 +02:00
parent bba30636e0
commit 85a49d1763
2 changed files with 2 additions and 4 deletions

View File

@@ -37,7 +37,5 @@
networking.hosts = {
"10.106.0.1" = [ "fox" ];
"10.106.0.236" = [ "raccoon" ];
"192.168.11.12" = [ "bscpm04.bsc.es" ];
"192.168.11.15" = [ "gitlab-internal.bsc.es" ];
};
}

View File

@@ -15,8 +15,8 @@
hosts = {
"84.88.53.236" = [ "ssfhead.bsc.es" "ssfhead" ];
#"84.88.51.152" = [ "raccoon" ];
#"84.88.51.142" = [ "raccoon-ipmi" ];
"192.168.11.12" = [ "bscpm04.bsc.es" ];
"192.168.11.15" = [ "gitlab-internal.bsc.es" ];
};
};
}