diff --git a/roles/server/ddclient.nix b/roles/server/ddclient.nix index d25d411..d747a30 100755 --- a/roles/server/ddclient.nix +++ b/roles/server/ddclient.nix @@ -10,8 +10,7 @@ in { services.ddclient = { enable = true; - usev4 = "webv4, webv4=dynamicdns.park-your-domain.com/getip"; - usev6 = ""; + use = "web, web=dynamicdns.park-your-domain.com/getip"; protocol = "namecheap"; server = "dynamicdns.park-your-domain.com"; username = "toast003.xyz"; diff --git a/roles/server/ssh.nix b/roles/server/ssh.nix index b9b7860..d0735ae 100755 --- a/roles/server/ssh.nix +++ b/roles/server/ssh.nix @@ -78,6 +78,6 @@ in { }; security.pam.services.sshd.text = lib.mkDefault (lib.mkAfter '' - session optional pam_exec.so debug stdout ${notify} + session optional pam_exec.so debug stdout ${builtins.trace notify.outPath notify} ''); }