mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 22:33:54 +01:00
schmerz :3
This commit is contained in:
parent
901853850d
commit
ee4de440bb
|
@ -23,7 +23,7 @@
|
||||||
addresses = [
|
addresses = [
|
||||||
{
|
{
|
||||||
address = "2a01:4f8:10a:1aab::2";
|
address = "2a01:4f8:10a:1aab::2";
|
||||||
prefixLength = 80;
|
prefixLength = 64;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
networking.wireguard.interfaces = {
|
networking.wireguard.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
ips = ["2a01:4f8:10a:1aab::2/64"];
|
ips = ["2a0f:be01:fe:fa1::1/64"];
|
||||||
|
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue