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 = ''