asd
This commit is contained in:
parent
b65b237765
commit
ed0695b1ed
@ -4,7 +4,7 @@ include = []
|
||||
|
||||
[pull]
|
||||
exclude = ["*"]
|
||||
include = [ ".sops.yaml" ]
|
||||
include = []
|
||||
|
||||
[both]
|
||||
exclude = [
|
||||
|
@ -67,6 +67,9 @@ in
|
||||
IF=""
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
echo + curl $IF api.domeneshop.no...
|
||||
|
||||
${lib.concatMapStringsSep "\n" (target: ''
|
||||
# shellcheck disable=SC2086
|
||||
curl $IF https://"$DOMENESHOP_TOKEN":"$DOMENESHOP_SECRET"@api.domeneshop.no/v0/dyndns/update?hostname="${target}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ config, pkgs, lib, mkDomain, ... }:
|
||||
{
|
||||
services.nginx.virtualHosts.${"kuklef.se"} = {
|
||||
services.nginx.virtualHosts."kuklef.se" = {
|
||||
forceSSL = true; # addSSL = true;
|
||||
enableACME = true; #useACMEHost = acmeDomain;
|
||||
root = pkgs.writeTextDir "index.html" ''
|
||||
|
Loading…
Reference in New Issue
Block a user