migrated back to cloudflare...

This commit is contained in:
2024-07-07 00:10:11 -06:00
parent 9419a12823
commit e2914cd0f0
7 changed files with 39 additions and 45 deletions

View File

@@ -1,4 +1,3 @@
{ config, pkgs, lib, ... }: {
imports = [ ./base.nix ];
config = {
@@ -16,7 +15,7 @@
ipv4 = true;
ipv6 = false;
proxied = false;
domains = [ config.my.domainSecret ];
domains = [ config.my.domain ];
apiTokenFile = config.sops.secrets.cloudflare-api.path;
};
my.scripts.update-dns = {