Commit 0ced15be authored by zeus's avatar zeus
Browse files

nixos/frp: satisfy treefmt

parent 79e17b64
Loading
Loading
Loading
Loading
+39 −39
Original line number Diff line number Diff line
{ config
, lib
, pkgs
, ...
{
  config,
  lib,
  pkgs,
  ...
}:
let
  cfg = config.services.frp;
@@ -58,8 +59,7 @@ in
          after = if isClient then [ "network-online.target" ] else [ "network.target" ];
          wantedBy = [ "multi-user.target" ];
          description = "A fast reverse proxy frp ${cfg.role}";
          serviceConfig =
            {
          serviceConfig = {
            Type = "simple";
            Restart = "on-failure";
            RestartSec = 15;