mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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 = {
|
||||
enable = true;
|
||||
server = dyndns.inwx.com;
|
||||
username = Stunkymonkey-dyndns;
|
||||
server = "dyndns.inwx.com";
|
||||
username = "Stunkymonkey-dyndns";
|
||||
passwordFile = "/root/.dyndns_password";
|
||||
domains = [ "serverle.stunkymonkey.de" ];
|
||||
ipv6 = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue