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:
parent
cb57263f6f
commit
543d2d6f90
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user