From 78832f59e2bc0f51d4e37c1870b9b85e077ae322 Mon Sep 17 00:00:00 2001 From: Leon Liu Date: Wed, 20 Nov 2024 19:25:26 +0900 Subject: [PATCH] update --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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;