ddix: init
This commit is contained in:
parent
66213f9c5c
commit
61ffad9f74
2 changed files with 14 additions and 0 deletions
13
hosts/cirrus/ddix.nix
Normal file
13
hosts/cirrus/ddix.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }: {
|
||||
services.nginx.virtualHosts = {
|
||||
"dd-ix.net" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
return 307 https://c3d2.de;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -5,5 +5,6 @@
|
|||
./secrets.nix
|
||||
./wireguard-server.nix
|
||||
./nextcloud-proxy.nix
|
||||
./ddix.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue