fix syncthing and flake update

This commit is contained in:
Julian Sutter 2023-06-07 10:40:56 -07:00
parent 1f2abee7f9
commit 89e73a2b47
2 changed files with 10 additions and 12 deletions

View file

@ -68,13 +68,11 @@ in
dataDir = "/mnt/data";
overrideDevices = true; # overrides any devices added or deleted through the WebUI
overrideFolders = true; # overrides any folders added or deleted through the WebUI
settings = {
extraOptions.gui = {
user = "admin";
password = "Monaco55";
};
extraOptions.gui = {
user = "admin";
password = "Monaco55";
devices = {
"app01" = { id = "N22JOMX-FNT3BFV-HQDZJR7-X6Y4HKF-N5WX5NU-BMABJJ6-UGIRJPQ-MQT77QB"; };
"app01" = { id = "N22JOMX-FNT3BFV-HQDZJR7-X6Y4HKF-N5WX5NU-BMABJJ6-UGIRJPQ-MQT77QB"; };
# "dummy" = { id = "DEVICE-ID-GOES-HERE"; };
};
};