Compare commits

..

No commits in common. "a6a4f594cff585ef9b657b60caa4c96465fa805e" and "aee3b502127c3d261a990a742187f842dfcb3b4d" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -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";

View file

@ -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}
'');
}