Skip to content

Commit 1ead8bb

Browse files
committed
rename web02 to web01
1 parent 8c34d91 commit 1ead8bb

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

.sops.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ creation_rules:
7070
- age1d87z3zqlv6ullnzyng8l722xzxwqr677csacf3zf3l28dau7avfs6pc7ay
7171
- age1jrh8yyq3swjru09s75s4mspu0mphh7h6z54z946raa9wx3pcdegq0x8t4h
7272
- age1m7xhem3qll35d539f364pm6txexvnp6k0tk34d8jxu4ry3pptv7smm0k5n
73-
path_regex: ^hosts/web02/secrets.yaml$
73+
path_regex: ^hosts/web01/secrets.yaml$
7474
- key_groups:
7575
- age:
7676
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMm3/o1HguyRL1z/nZxLBY9j/YUNXeNuDoiBLZAyt88Z

dnscontrol/dnsconfig.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var hosts = {
4343
ipv4: "49.12.162.21",
4444
ipv6: "2a01:4f8:d1:5715::2"
4545
},
46-
"web02": {
46+
"web01": {
4747
ipv4: "46.226.105.188",
4848
ipv6: "2001:4b98:dc0:43:f816:3eff:fec9:5764"
4949
},
@@ -53,19 +53,19 @@ var hosts = {
5353
var cnames = {
5454
// keep-sorted start
5555
"aarch64-build-box": "build05",
56-
"alertmanager": "web02",
56+
"alertmanager": "web01",
5757
"build-box": "build01",
5858
"buildbot": "build03",
5959
"darwin-build-box": "darwin01",
6060
"docker": "zimbatm.docker.scarf.sh.", // Used by nix-community/nixpkgs-docker
61-
"grafana": "web02",
61+
"grafana": "web01",
6262
"hydra": "build03",
6363
"landscape": "build03",
6464
"nixpkgs-update-cache": "build02",
6565
"nixpkgs-update-logs": "build02",
6666
"nl.meet": "nixnl.codeberg.page.",
6767
"nur-update": "build03",
68-
"prometheus": "web02",
68+
"prometheus": "web01",
6969
"temp-cache": "build03",
7070
// keep-sorted end
7171
};

docs/infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
--8<-- "docs/build02.json"
8787
```
8888

89-
#### [`Monitoring`](./other-services.md#monitoring) - `web02`
89+
#### [`Monitoring`](./other-services.md#monitoring) - `web01`
9090

9191
- Provider: Gandi
9292
- Instance type: [V-R4](https://www.gandi.net/en-GB/cloud/vps)

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
build05.system = "aarch64-linux";
101101
darwin01.system = "aarch64-darwin";
102102
darwin02.system = "aarch64-darwin";
103-
web02.system = "x86_64-linux";
103+
web01.system = "x86_64-linux";
104104
};
105105

106106
systemModules = [

modules/shared/known-hosts.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
hostNames = [ "darwin02.nix-community.org" ];
2929
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMb/DRvrCZ65QB8OPimqthgUY9MZ+QO3QcFy6mpiUomV";
3030
};
31-
web02 = {
32-
hostNames = [ "web02.nix-community.org" ];
31+
web01 = {
32+
hostNames = [ "web01.nix-community.org" ];
3333
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAkBZMRNgsJ/IbLtjMHqBw/9+4tyn9nT+5B5RFiV0vJ";
3434
};
3535
};

0 commit comments

Comments
 (0)