yuzuru: Add meme site
This commit is contained in:
parent
afea7afdbf
commit
8757ef7eb8
|
@ -4,6 +4,8 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
|
||||
./services/static-sites.nix
|
||||
];
|
||||
|
||||
sbruder = {
|
||||
|
|
16
machines/yuzuru/services/static-sites.nix
Normal file
16
machines/yuzuru/services/static-sites.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
services.nginx.virtualHosts = {
|
||||
"brennende.autos" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
||||
locations."~ .*".return = "303 'https://iv.sbruder.xyz/watch?v=ojToYs6nCnk&t=1684'";
|
||||
};
|
||||
"www.brennende.autos" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
||||
globalRedirect = "https://brennende.autos/";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue