Remove systemd service configuration for oauth2-proxy to streamline service management

This commit is contained in:
Danilo Reyes
2025-12-10 04:38:27 -06:00
parent b5a5d42910
commit 7ab8789799

View File

@@ -46,9 +46,5 @@ in
skip-provider-button = true;
};
};
systemd.services.oauth2-proxy = {
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
};
};
}