mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
feat(atuin): restart on failure
This commit is contained in:
@@ -48,6 +48,7 @@ in {
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "atuin";
|
User = "atuin";
|
||||||
ExecStart = "${unstable.atuin}/bin/atuin server start";
|
ExecStart = "${unstable.atuin}/bin/atuin server start";
|
||||||
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [8888];
|
networking.firewall.allowedTCPPorts = [8888];
|
||||||
|
|||||||
Reference in New Issue
Block a user