Fixed
This commit is contained in:
@@ -34,5 +34,13 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.services."wireguard-wg0" = {
|
||||
after = [ "network-online.target" "nss-lookup.target" ];
|
||||
wants = [ "network-online.target" "nss-lookup.target" ];
|
||||
serviceConfig = {
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user