commit d019d01d9f59baf376bc847ea9355e8b4e1e6fbf (tree)
parent 2438477182ac4b5bd7657ccdf2f80c969d8ada1d
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Sat, 20 Jan 2024 11:28:20 +0200
11sync.net: opening up
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/data.nix b/data.nix
@@ -137,7 +137,7 @@ rec {
@ SOA ns1.11sync.net. motiejus.11sync.net. (2024011500 86400 86400 86400 86400)
@ NS ns1.11sync.net.
@ NS ns2.11sync.net.
- @ 600 A ${hosts."fra1-a.servers.jakst".jakstIP}
+ @ 600 A ${fra1a}
@ TXT "hosted-email-verify=qeuysotu"
@ MX 10 aspmx1.migadu.com.
@ MX 20 aspmx2.migadu.com.
diff --git a/hosts/fra1-a/configuration.nix b/hosts/fra1-a/configuration.nix
@@ -91,6 +91,9 @@
metrics
}
'';
+ virtualHosts."www.11sync.net".extraConfig = ''
+ redir https://11sync.net
+ '';
};
nsd = {