Compare commits
No commits in common. "a6a4f594cff585ef9b657b60caa4c96465fa805e" and "aee3b502127c3d261a990a742187f842dfcb3b4d" have entirely different histories.
a6a4f594cf
...
aee3b50212
2 changed files with 2 additions and 3 deletions
|
|
@ -10,8 +10,7 @@ in {
|
||||||
|
|
||||||
services.ddclient = {
|
services.ddclient = {
|
||||||
enable = true;
|
enable = true;
|
||||||
usev4 = "webv4, webv4=dynamicdns.park-your-domain.com/getip";
|
use = "web, web=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";
|
||||||
|
|
|
||||||
|
|
@ -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 ${notify}
|
session optional pam_exec.so debug stdout ${builtins.trace notify.outPath notify}
|
||||||
'');
|
'');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue