Compare commits
2 commits
aee3b50212
...
a6a4f594cf
| Author | SHA1 | Date | |
|---|---|---|---|
| a6a4f594cf | |||
| 581f281950 |
2 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
'');
|
'');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue