Update(rclone-mount): add garage mount

This commit is contained in:
Filippo Berto 2025-11-06 14:17:10 +01:00
parent 1bceab38c6
commit 1d4ad87dfc
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 35 additions and 28 deletions

View file

@ -6,6 +6,7 @@
mounts = {
"minio" = "/home/${config.home.username}/rclone/minio/";
"nextcloud" = "/home/${config.home.username}/rclone/nextcloud/";
"garage" = "/home/${config.home.username}/rclone/garage/";
};
};
}