Cycle wireguard keys
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -262,11 +262,11 @@
|
|||||||
"secrets": {
|
"secrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1753351466,
|
"lastModified": 1753353409,
|
||||||
"narHash": "sha256-DruDGOaubvCpiad4mjU8LrwDpmWEv1DsleLGaDIHaJM=",
|
"narHash": "sha256-h91uxKQzVfqIJ3W62a6MZV2Qv+ownX/ssQJmPC7sxAY=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "1b1006ca0ff44848b30eabda820528a12c16cfe9",
|
"rev": "a93d14da89dfe2c7a1acedfc761a6fea67db5144",
|
||||||
"revCount": 12,
|
"revCount": 13,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.karaolidis.com/karaolidis/nix-secrets.git"
|
"url": "https://git.karaolidis.com/karaolidis/nix-secrets.git"
|
||||||
},
|
},
|
||||||
|
@@ -31,7 +31,7 @@ in
|
|||||||
"10.0.0.2/32"
|
"10.0.0.2/32"
|
||||||
"${jupiterPublicIPv4}/32"
|
"${jupiterPublicIPv4}/32"
|
||||||
];
|
];
|
||||||
publicKey = "Lvx7bpyqI8rUrxYVDolz7T+EPuRWDohJAAToq7kH7EU=";
|
publicKey = "l0V4syZrk7HkGNa7l0cq1a4taJcdo8nKGuZt9sq3FgE=";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@@ -42,7 +42,7 @@ in
|
|||||||
{
|
{
|
||||||
name = "jupiter-vps";
|
name = "jupiter-vps";
|
||||||
allowedIPs = [ "0.0.0.0/0" ];
|
allowedIPs = [ "0.0.0.0/0" ];
|
||||||
publicKey = "BCTr2uWYFr5nAy+VxVQ5SIly6w60dOXY91DpXAMiHjI=";
|
publicKey = "dRUBz0AZFp30zXqWyTDRe7UyNioc5lV5QE2xYJCc6yU=";
|
||||||
endpoint = "${jupiterVpsPublicIPv4}:${builtins.toString wireguardPort}";
|
endpoint = "${jupiterVpsPublicIPv4}:${builtins.toString wireguardPort}";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
|
2
secrets
2
secrets
Submodule secrets updated: 1b1006ca0f...a93d14da89
Reference in New Issue
Block a user