{config, ...}: let mod = config.flake.nixosModules; in { flake.nixosModules.sync = { imports = [ mod.sync-service mod.sync-storage ]; }; }