Add dyndns to exoplasim
This commit is contained in:
parent
b7c9439744
commit
1522891a49
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
users.users.worker = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue