From f8edda90d9cf8f7e3419179a3993783f5c622894 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 19 Jul 2025 21:45:34 +0200 Subject: [PATCH] Move rclone mount in subdirectory --- modules/hm/rclone-mount-bertof.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; }; }; }