Remove systemd service configuration for oauth2-proxy to streamline service management
This commit is contained in:
@@ -46,9 +46,5 @@ in
|
||||
skip-provider-button = true;
|
||||
};
|
||||
};
|
||||
systemd.services.oauth2-proxy = {
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user