backwards: Set syncthing GUI password

This commit is contained in:
Alexander Heldt
2024-08-31 12:46:20 +02:00
parent 9b98cdfe38
commit 331d4b52a0

View File

@@ -25,6 +25,12 @@ in
guiAddress = "0.0.0.0:8384";
settings = {
gui = {
user = "syncthing";
password = "$2a$12$J/h/JOUiW24ZXsLYLEl2kOZUS1LftxANi0OlZxLy8Dst3/jpBd0v2";
insecureSkipHostcheck = false;
};
devices = {
phone.id = config.lib.syncthing.phone;
pinwheel.id = config.lib.syncthing.pinwheel;