diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/syncthing.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/syncthing.nix b/modules/nixos/syncthing.nix index 755e2db..39579f8 100644 --- a/modules/nixos/syncthing.nix +++ b/modules/nixos/syncthing.nix @@ -1,8 +1,8 @@ { config, - libNginx, inputs, lib, + libNginx, this, ... }: |