yuzuru/schabernack: Remove staging environment

It is done now, so there is no need to test changes.
pull/64/head
Simon Bruder 2022-03-26 14:51:18 +01:00
parent 7d1149a395
commit a9d7214c60
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 11 deletions

View File

@ -35,16 +35,6 @@ in
enableACME = true;
globalRedirect = domain;
extraConfig = ''
access_log off;
'';
};
"staging.${domain}" = {
forceSSL = true;
enableACME = true;
root = "/var/www/schabernack/staging";
extraConfig = ''
access_log off;
'';
@ -54,7 +44,6 @@ in
systemd.tmpfiles.rules = [
"d /var/www/schabernack/production 0755 schabernack root -"
"d /var/www/schabernack/staging 0755 schabernack root -"
];
users = {