This commit is contained in:
Leon Liu 2024-11-20 19:25:26 +09:00
parent 57788dfbaa
commit 78832f59e2

View File

@ -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 # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;