iodine: change ip to 10.89.175.0/24

This commit is contained in:
Motiejus Jakštys 2024-10-08 13:34:25 -07:00
parent 0e22ad4631
commit f191e2b5ed
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ in
services = { services = {
iodine.server = { iodine.server = {
enable = true; enable = true;
ip = "172.16.10.1/24"; ip = "100.89.175.1/24";
domain = "i.jakstys.lt"; domain = "i.jakstys.lt";
passwordFile = config.age.secrets.iodine-passwd.path; passwordFile = config.age.secrets.iodine-passwd.path;
#extraConfig = "-c -b ${toString myData.ports.nsd-unwrapped}"; #extraConfig = "-c -b ${toString myData.ports.nsd-unwrapped}";