blob: 16c93dd9e7b3fb17f837073bde58d8d1db086b55 [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ syncthing ];
services.syncthing.enable = true;
services.syncthing.openDefaultPorts = true;
services.syncthing.extraOptions.gui = {
user = "admin";
password = "$2y$10$nXJNERNUllFWDUrP4Io1zeJQUtiiZwUj1Js8dglDoc.SvhC9kqddm";
};
}