1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-22 18:21:58 +01:00

ci: fix nix formatting

This commit is contained in:
Thomas Boerger 2022-10-04 13:58:40 +02:00
parent cb57263f6f
commit 543d2d6f90
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -5,7 +5,7 @@ let
cfg = config.services.frpc;
configFile =
pkgs.writeText "frpc.conf" (generators.toINI {} cfg.settings);
pkgs.writeText "frpc.conf" (generators.toINI { } cfg.settings);
in
{
@ -50,7 +50,7 @@ in
Full settings for the client.
'';
type = types.attrsOf types.attrs;
default = {};
default = { };
example = literalExpression ''
common = {
server_addr = "example.com";