Switch to cloudflare-dyndns
This commit is contained in:
parent
984b12819e
commit
752b79a5c7
11 changed files with 16 additions and 23 deletions
7
modules/system/services/server/cfdyndns/default.nix
Normal file
7
modules/system/services/server/cfdyndns/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.cloudflare-dyndns = {
|
||||
enable = config.system.server.enable;
|
||||
apiTokenFile = "${pkgs.writeText "cloudflareapikey" config.secrets.flareApiKey}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue