use old domain name
This commit is contained in:
parent
44f2ab69ba
commit
fb2b347ec0
3 changed files with 7 additions and 5 deletions
|
@ -12,11 +12,13 @@ in {
|
|||
"${domain}" = {
|
||||
domain = "${domain}";
|
||||
extraDomainNames = ["*.${domain}"];
|
||||
dnsProvider = "porkbun";
|
||||
# dnsProvider = "porkbun";
|
||||
dnsProvider = "cloudflare";
|
||||
reloadServices = ["caddy.service"];
|
||||
credentialFiles = {
|
||||
PORKBUN_API_KEY_FILE = config.sops.secrets.porkbun_api_key.path;
|
||||
PORKBUN_SECRET_API_KEY_FILE = config.sops.secrets.porkbun_secret_key.path;
|
||||
CF_DNS_API_TOKEN_FILE = config.sops.secrets.cloudflare.path;
|
||||
# PORKBUN_API_KEY_FILE = config.sops.secrets.porkbun_api_key.path;
|
||||
# PORKBUN_SECRET_API_KEY_FILE = config.sops.secrets.porkbun_secret_key.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
./caddy.nix
|
||||
./homepage.nix
|
||||
./jellyfin.nix
|
||||
./minecraft.nix
|
||||
./navidrome.nix
|
||||
./prometheus.nix
|
||||
./restic.nix
|
||||
|
@ -15,7 +16,6 @@
|
|||
./transmission.nix
|
||||
./vaultwarden.nix
|
||||
./vpn-namespace.nix
|
||||
./minecraft.nix
|
||||
];
|
||||
|
||||
users.groups.media = {};
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
domain = "242114.xyz";
|
||||
domain = "xunuwu.xyz";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue