feat(router0-dmz0): init bpir3 based router
This commit is contained in:
parent
5ec13b17b7
commit
6a2993b665
20 changed files with 1112 additions and 211 deletions
|
@ -9,15 +9,4 @@ in {
|
|||
enable = mkEnableOption "Enable ddclient-ovh";
|
||||
domain = mkOption {type = types.str;};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
protocol = "dyndns2";
|
||||
server = "www.ovh.com";
|
||||
ssl = true;
|
||||
domains = [cfg.domain];
|
||||
use = "web";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue