diff --git a/modules/hm/rclone-mount-bertof.nix b/modules/hm/rclone-mount-bertof.nix index f4be938..3d38fb9 100644 --- a/modules/hm/rclone-mount-bertof.nix +++ b/modules/hm/rclone-mount-bertof.nix @@ -3,6 +3,6 @@ rclone-mount = { enable = true; configPath = nixosConfig.age.secrets."minio_${config.home.username}".path; - mounts = { "minio" = "/home/${config.home.username}/minio/"; }; + mounts = { "minio" = "/home/${config.home.username}/rclone/minio/"; }; }; }