diff --git a/configuration.nix b/configuration.nix index 04c1dfb..ff46536 100644 --- a/configuration.nix +++ b/configuration.nix @@ -174,6 +174,12 @@ in # ... }; + services.syncthing = { + enable = true; + guiAddress = "0.0.0.0:8384"; + }; + + hardware.sane.extraBackends = [ pkgs.epsonscan2.override { withNonFreePlugins = true; withGui = false; } ]; # Allow unfree packages nixpkgs.config.allowUnfree = true;