flake update, nixpkgs-fmt, add extra redirect to dd-ix.net
This commit is contained in:
parent
61ffad9f74
commit
ad486191bc
6 changed files with 125 additions and 106 deletions
|
@ -9,5 +9,14 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
"www.dd-ix.net" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
return 307 https://c3d2.de;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue