From 709f9e03c2bb0a0d3edb642fc0918900a4e36e87 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 2 Jun 2023 11:29:07 +0530 Subject: [PATCH] fmt --- hosts/rico2/services/frpc.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/rico2/services/frpc.nix b/hosts/rico2/services/frpc.nix index dc60c59..e7ea324 100644 --- a/hosts/rico2/services/frpc.nix +++ b/hosts/rico2/services/frpc.nix @@ -8,10 +8,10 @@ in { requires = ["network.target"]; wantedBy = ["multi-user.target"]; serviceConfig = { - Type="simple"; - ExecStart="${pkgs.frp}/bin/frpc -c /etc/frp/frpc.ini"; - Restart="always"; - RestartSec="5s"; + Type = "simple"; + ExecStart = "${pkgs.frp}/bin/frpc -c /etc/frp/frpc.ini"; + Restart = "always"; + RestartSec = "5s"; }; }; environment.etc."frp/frpc.ini".text = ''