nixos: services: nginx: sso: use upstream module
All checks were successful
ci/woodpecker/push/check Pipeline was successful

It's finally been merged, so let's get rid of this module.
This commit is contained in:
Bruno BELANYI 2024-12-28 13:28:03 -05:00
parent 2996481327
commit 9c50691ede
2 changed files with 0 additions and 88 deletions

View file

@ -87,10 +87,6 @@ let
});
in
{
imports = [
./sso
];
options.my.services.nginx = with lib; {
enable = mkEnableOption "Nginx";