Fix clatd IPs

This commit is contained in:
Vili Sinervä 2025-01-11 16:23:12 +02:00
parent f18875d8e8
commit 74b83a7ffd
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
}; };
services.clatd = { services.clatd = {
enable = true; enable = true;
settings.clat-v6-addr = "2001:14ba:a08c:2df0::f2"; settings.clat-v6-addr = "2001:14ba:a08c:2df0::2";
}; };
systemd.services.clatd.wants = [ "wg-quick-wg0.service" ]; systemd.services.clatd.wants = [ "wg-quick-wg0.service" ];

View file

@ -39,7 +39,7 @@
}; };
services.clatd = { services.clatd = {
enable = true; enable = true;
settings.clat-v6-addr = "2001:14ba:a08c:2df0::f3"; settings.clat-v6-addr = "2001:14ba:a08c:2df0::3";
}; };
systemd.services.clatd.wants = [ "wg-quick-wg0.service" ]; systemd.services.clatd.wants = [ "wg-quick-wg0.service" ];