Move nginx to https

This commit is contained in:
Natsu Kagami 2025-04-11 23:34:51 +02:00
parent db427c28ea
commit ac483e1d9d
Signed by: nki
GPG key ID: 55A032EB38B49ADB
6 changed files with 106 additions and 5 deletions

View file

@ -61,6 +61,13 @@ rec {
dns = {
base_domain = "dtth.ts";
extra_records = [
{
name = "llm.kagamipc.dtth.ts";
type = "A";
value = "100.64.0.1";
}
];
};
noise = {