{ config, nixosConfig, ... }: { imports = [ ./rclone-mount.nix ]; rclone-mount = { enable = true; configPath = nixosConfig.age.secrets."rclone_${config.home.username}".path; mounts = { "garage" = "/home/${config.home.username}/garage/"; }; }; }