{ config, ... }: { fileSystems = { "/nix/persist/home/zaphyra/syncthing" = { fsType = "zfs"; device = "${config.networking.hostName}/data/home/zaphyra/syncthing"; }; "/nix/persist/home/zaphyra/syncthing/Documents" = { fsType = "zfs"; device = "${config.networking.hostName}/data/home/zaphyra/syncthing/documents"; }; "/nix/persist/home/zaphyra/syncthing/Pictures" = { fsType = "zfs"; device = "${config.networking.hostName}/data/home/zaphyra/syncthing/pictures"; }; }; modules.presets.zaphyra.syncthing = { enable = false; dataDir = "/nix/persist/home/zaphyra/syncthing"; configDir = "/nix/persist/home/zaphyra/syncthing/syncthingConfig"; }; }