Compare commits

..

2 commits

Author SHA1 Message Date
a6a4f594cf Server/ddclient: update options 2024-12-05 09:16:25 +01:00
581f281950 Server/ssh: remove trace 2024-12-05 09:16:25 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,8 @@ in {
services.ddclient = { services.ddclient = {
enable = true; enable = true;
use = "web, web=dynamicdns.park-your-domain.com/getip"; usev4 = "webv4, webv4=dynamicdns.park-your-domain.com/getip";
usev6 = "";
protocol = "namecheap"; protocol = "namecheap";
server = "dynamicdns.park-your-domain.com"; server = "dynamicdns.park-your-domain.com";
username = "toast003.xyz"; username = "toast003.xyz";

View file

@ -78,6 +78,6 @@ in {
}; };
security.pam.services.sshd.text = lib.mkDefault (lib.mkAfter '' security.pam.services.sshd.text = lib.mkDefault (lib.mkAfter ''
session optional pam_exec.so debug stdout ${builtins.trace notify.outPath notify} session optional pam_exec.so debug stdout ${notify}
''); '');
} }