diff --git a/systems/zaatar/atuin.nix b/systems/zaatar/atuin.nix index 7772e81..c78ce74 100644 --- a/systems/zaatar/atuin.nix +++ b/systems/zaatar/atuin.nix @@ -48,6 +48,7 @@ in { serviceConfig = { User = "atuin"; ExecStart = "${unstable.atuin}/bin/atuin server start"; + Restart = "on-failure"; }; }; networking.firewall.allowedTCPPorts = [8888];