Add 60s retry delay to netbird services
This commit is contained in:
parent
a685860680
commit
3338ebf695
@ -31,7 +31,6 @@ in {
|
|||||||
enableNginx = true;
|
enableNginx = true;
|
||||||
dashboard.settings = {
|
dashboard.settings = {
|
||||||
AUTH_AUTHORITY = "https://auth.vimium.com/oauth2/openid/netbird";
|
AUTH_AUTHORITY = "https://auth.vimium.com/oauth2/openid/netbird";
|
||||||
NETBIRD_TOKEN_SOURCE = "accessToken";
|
|
||||||
};
|
};
|
||||||
management = rec {
|
management = rec {
|
||||||
disableAnonymousMetrics = true;
|
disableAnonymousMetrics = true;
|
||||||
@ -60,6 +59,9 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.netbird-signal.serviceConfig.RestartSec = "60";
|
||||||
|
systemd.services.netbird-management.serviceConfig.RestartSec = "60";
|
||||||
|
|
||||||
services.nginx.virtualHosts."netbird.vimium.net" = {
|
services.nginx.virtualHosts."netbird.vimium.net" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user