Fix clatd IPs

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

View file

@ -13,7 +13,6 @@
services.clatd = {
enable = true;
settings.clat-v6-addr = "2001:14ba:a08c:2d00:51d1:dd88:2a12:afae";
};
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;

View file

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

View file

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