Move rclone mount in subdirectory

This commit is contained in:
Filippo Berto 2025-07-19 21:45:34 +02:00
parent 7c2b1b24d9
commit f8edda90d9
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -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/"; };
};
}