Skip to content

Commit

Permalink
fix: Override folders and devices in syncthing
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 15, 2023
1 parent a35b271 commit c7d0f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/services/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ in {
nuc.id = "2CEF42E-4M4E3SU-VUCZFPI-ZUGHL5V-2RBZ3D7-AUUJEUN-RDJJF5I-I3ZCOAK";
unas.id = "QRDMQKL-RX4PO5I-2VM3SBA-42G3PVX-ZGGRDYU-P3C3AFN-OKLOVK4-BXRJAAN";
};
overrideFolders = true;
overrideDevices = true;
settings.folders = let
deviceEnabled = devices: lib.elem config.networking.hostName devices;
deviceType = devices:
Expand Down

0 comments on commit c7d0f78

Please sign in to comment.