Add dyndns to exoplasim

This commit is contained in:
Vili Sinervä 2025-01-14 21:10:29 +02:00
parent b7c9439744
commit 1522891a49
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -29,6 +29,16 @@
}; };
}; };
services.ddclient = {
enable = true;
usev4 = "";
usev6 = "ifv6, ifv6=enp6s18";
username = "vsinerva.fi-dynexo";
domains = [ "exovpn.vsinerva.fi" ];
passwordFile = "/var/lib/ddclient/password";
server = "www.ovh.com";
};
# User worker # User worker
users.users.worker = { users.users.worker = {
isNormalUser = true; isNormalUser = true;