Re-format with nixpkgs-fmt
1 file changed, 3 insertions(+), 4 deletions(-)
changed files
M system/settings/services/syncthing.nix → system/settings/services/syncthing.nix
@@ -1,7 +1,6 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { services.syncthing = { enable = true;