New Flake Style XPS fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, domain, ... }:
|
||||
{ config, pkgs, hyper, ... }:
|
||||
{
|
||||
sops.secrets = {
|
||||
# "nx2site/namecheap.pw" = { };
|
||||
@@ -8,13 +8,14 @@
|
||||
};
|
||||
};
|
||||
services.cloudflare-dyndns = {
|
||||
pkgs = pkgs.cloudflare-dyndns;
|
||||
enable = true;
|
||||
ipv4 = true;
|
||||
ipv6 = config.networking.enableIPv6;
|
||||
domains = [
|
||||
"${domain}"
|
||||
"*.${domain}"
|
||||
"ssh.${domain}"
|
||||
"${hyper.domain}"
|
||||
"*.${hyper.domain}"
|
||||
"ssh.${hyper.domain}"
|
||||
];
|
||||
proxied = true;
|
||||
apiTokenFile = config.sops.secrets."nx2site/cloudflare/global-api-key-env".path;
|
||||
|
||||
Reference in New Issue
Block a user