mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
serverle/dyndns: fix server and user name
This commit is contained in:
parent
acf56a0981
commit
3345c55438
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
{
|
{
|
||||||
services.ddclient = {
|
services.ddclient = {
|
||||||
enable = true;
|
enable = true;
|
||||||
server = dyndns.inwx.com;
|
server = "dyndns.inwx.com";
|
||||||
username = Stunkymonkey-dyndns;
|
username = "Stunkymonkey-dyndns";
|
||||||
passwordFile = "/root/.dyndns_password";
|
passwordFile = "/root/.dyndns_password";
|
||||||
domains = [ "serverle.stunkymonkey.de" ];
|
domains = [ "serverle.stunkymonkey.de" ];
|
||||||
ipv6 = true;
|
ipv6 = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue