Compare commits

..

No commits in common. "197e516ec1e8ab345c70791f330cfaa48ae868a0" and "266d9246c19434b1567c33230204de329030de0b" have entirely different histories.

2 changed files with 0 additions and 15 deletions

View file

@ -6,11 +6,6 @@
9001
];
healthchecks.http.s3 = {
url = "http://s3.chungus.private:9001/login";
expectedContent = "minio";
};
clan.core.facts.services.s3 = factsGenerator.password {
name = "root";
service = "s3";

View file

@ -45,16 +45,6 @@ in
443
];
healthchecks.http."travel.ingolf-wagner.de" = {
url = "https://travel.ingolf-wagner.de";
expectedContent = "Tina & Palos Reiseblog";
};
healthchecks.http."tech.ingolf-wagner.de" = {
url = "https://tech.ingolf-wagner.de";
expectedContent = "Hey here are some articles about technical issues";
};
services.nginx = {
enable = true;
recommendedProxySettings = true;