feat: Enable UGA SSO with Microsoft Entra

This commit is contained in:
2026-01-13 13:47:46 -05:00
parent 6c0e877c64
commit c173552f37
2 changed files with 3 additions and 1 deletions

View File

@@ -285,7 +285,9 @@ in
serviceConfig = {
WorkingDirectory = "/var/lib/supabase";
EnvironmentFile="/var/lib/usda-vision/.env";
ExecStart = "${pkgs.supabase-cli}/bin/supabase start";
ExecStop = "${pkgs.supabase-cli}/bin/supabase stop";
Type = "oneshot";
RemainAfterExit = true;
User = "root";