update(minio): migrate mounting to garage

This commit is contained in:
Filippo Berto 2025-11-10 15:25:43 +01:00
parent db973499f5
commit b4f3202182
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
4 changed files with 51 additions and 53 deletions

View file

@ -3,6 +3,6 @@
rclone-mount = {
enable = true;
configPath = nixosConfig.age.secrets."rclone_${config.home.username}".path;
mounts = { "minio" = "/home/${config.home.username}/minio/"; };
mounts = { "garage" = "/home/${config.home.username}/garage/"; };
};
}