Move nginx to https
This commit is contained in:
parent
db427c28ea
commit
ac483e1d9d
6 changed files with 106 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue