Tue 9 Jul 22:22:51 CEST 2024

This commit is contained in:
Thomas Avé 2024-07-09 22:22:51 +02:00
parent 29db36686c
commit 7de8c6e16f
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ return {
}, },
filetypes = { filetypes = {
markdown = true, markdown = true,
tex = true,
} }
} }
} }

View File

@ -23,7 +23,7 @@
address = [ "10.0.0.5/24" "2a02:a03f:83ad:2101::5/128" ]; address = [ "10.0.0.5/24" "2a02:a03f:83ad:2101::5/128" ];
privateKeyFile = "/home/user/.secrets/Wireguard/Aloria.key"; privateKeyFile = "/home/user/.secrets/Wireguard/Aloria.key";
listenPort = 51820; listenPort = 51820;
# postUp = "resolvectl dns wg0 10.0.0.1; resolvectl domain wg0 ~thomasave.be;"; postUp = "resolvectl dns wg0 10.0.0.1; resolvectl domain wg0 ~thomasave.be;";
peers = [{ peers = [{
publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c="; publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c=";
allowedIPs = [ "10.0.0.1/8" "192.168.1.2/32" ]; allowedIPs = [ "10.0.0.1/8" "192.168.1.2/32" ];