diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 2766bc7..6d18670 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -1067,6 +1067,12 @@ in systemd = { services = { + tsns = { + serviceConfig = { + Restart = "always"; + RestartSecs = 15; + }; + }; nginx.serviceConfig = { ReadWritePaths = [ "/backups/nginx_cache" ]; ReadOnlyPaths = [ "/etc/nixos/secrets" ];