Commit 9e20e5d62b1d

Vincent Demeester <vincent@sbr.pm>
2025-04-20 00:20:26
home: small comment on syncthing.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ccfe7a1
Changed files (1)
home
common
home/common/services/syncthing.nix
@@ -26,6 +26,7 @@ let
   deviceHasFolder = folder: n: v: lib.lists.any (s: s == folder) (getSyncthingFolders v);
   devicesForFolder = folder: lib.attrsets.filterAttrs (deviceHasFolder folder) outputs.nixosConfigurations;
   # outputs.nixosConfigurations.$.syncthingFolders will contains the folders for a host
+  # FIXME: we could use another file, and a "configuration" so that I don't import it ? or in the flake, but not in makeHost
 
   # non-nixos syncthing machines
   extras = [