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
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:
parent
6c612b12f5
commit
3eba9a5c7f
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
|
|
Loading…
Add table
Reference in a new issue