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

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684824189, "lastModified": 1686142265,
"narHash": "sha256-k3nCkn5Qy67rCguuw6YkGuL6hOUNRKxQoKOjnapk5sU=", "narHash": "sha256-IP0xPa0VYqxCzpqZsg3iYGXarUF+4r2zpkhwdHy9WsM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "58eb968c21d309a6c2b020ea8d64e25c38ceebba", "rev": "39c7d0a97a77d3f31953941767a0822c94dc01f5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1684754342, "lastModified": 1686020360,
"narHash": "sha256-plGnjnbnPLoZCTdQX21oT7xliQhFtgcWlkuDHgtEb1o=", "narHash": "sha256-Wee7lIlZ6DIZHHLiNxU5KdYZQl0iprENXa/czzI6Cj4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7084250df3d7f9735087d3234407f3c1fc2400e3", "rev": "4729ffac6fd12e26e5a8de002781ffc49b0e94b7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -68,11 +68,9 @@ in
dataDir = "/mnt/data"; dataDir = "/mnt/data";
overrideDevices = true; # overrides any devices added or deleted through the WebUI overrideDevices = true; # overrides any devices added or deleted through the WebUI
overrideFolders = true; # overrides any folders added or deleted through the WebUI overrideFolders = true; # overrides any folders added or deleted through the WebUI
settings = {
extraOptions.gui = { extraOptions.gui = {
user = "admin"; user = "admin";
password = "Monaco55"; password = "Monaco55";
};
devices = { 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"; }; # "dummy" = { id = "DEVICE-ID-GOES-HERE"; };