update(minio): migrate mounting to garage
This commit is contained in:
parent
db973499f5
commit
b4f3202182
4 changed files with 51 additions and 53 deletions
|
|
@ -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/"; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue