1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add SSL redirect for grocy subdomain

This commit is contained in:
Stefan Ellmauthaler 2022-08-30 15:39:24 +02:00
parent 64598a1395
commit 7a75b9f1fd
Failed to extract signature

View File

@ -21,5 +21,9 @@ with lib; {
}; };
}; };
}; };
services.nginx.virtualHosts."grocy.ellmauthaler.net" = {
forceSSL = true;
};
}; };
} }