wireguard: switch IPs of marabethia and lasting-integrity
All checks were successful
Cachix / build (elendel) (push) Successful in 1m3s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (lasting-integrity) (push) Successful in 1m4s
Cachix / build (marabethia) (push) Successful in 1m22s
Cachix / build (urithiru) (push) Successful in 1m17s

This commit is contained in:
Charlotte Van Petegem 2024-11-11 19:45:52 +01:00
parent 6c612b12f5
commit 3eba9a5c7f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -19,12 +19,12 @@ let
lasting-integrity = {
pubkey = "mid3XfCY2jaNK0J6C9ltFLAbxL0IApwMw9K1Z+PU8C0=";
privkeyFile = config.age.secrets."files/wireguard/lasting-integrity.privkey".path;
ip = "10.240.0.1";
ip = "10.240.0.6";
};
marabethia = {
pubkey = "h451oXBTzim1POLmnJC1OtFzbIXyxg6d5qpFFdHLbRs=";
privkeyFile = config.age.secrets."files/wireguard/marabethia.privkey".path;
ip = "10.240.0.6";
ip = "10.240.0.1";
};
thaylen-city = {
pubkey = "O0q2/W7dRM4LvAL9MSDZqAbGSzqi8AHLVl1sJsRDsUY=";