sbruder.xyz: Remove transparency location

Its service is no longer public and therefore no longer applying the
blocks.
This commit is contained in:
Simon Bruder 2024-10-12 12:34:49 +02:00
parent 915d2ed7da
commit 02e74f1915
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -41,13 +41,6 @@
locations = {
"/imprint/".alias = "${pkgs.sbruder.imprint}/";
"/transparency/" = {
alias = "/var/www/transparency/";
extraConfig = ''
autoindex on;
charset utf-8;
'';
};
};
};
}