1
0
Fork 0

Fix ACME and wireguard

This commit is contained in:
Avery 2025-02-16 17:29:43 +01:00
parent 15ba95c26a
commit 06ce631cf3
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 3 additions and 2 deletions

View file

@ -6,9 +6,9 @@ in {
wireguard = {
enable = true;
interfaces.wg0 = {
ips = [ 10.10.0.1/24 ];
ips = [ "10.10.0.1/24" ];
peers = [{
allowedIPs = [ 10.10.0.2/32 ];
allowedIPs = [ "10.10.0.2/32" ];
name = "Note9";
publicKey = "Y5A5iv0ukg1TQMcIdtXd+bmDxtrqHCuoEhYRmBqwkFY=";
presharedKeyFile = "/run/secrets/preshared_keys_note9";