Move rclone mount in subdirectory
This commit is contained in:
parent
7c2b1b24d9
commit
f8edda90d9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
rclone-mount = {
|
rclone-mount = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configPath = nixosConfig.age.secrets."minio_${config.home.username}".path;
|
configPath = nixosConfig.age.secrets."minio_${config.home.username}".path;
|
||||||
mounts = { "minio" = "/home/${config.home.username}/minio/"; };
|
mounts = { "minio" = "/home/${config.home.username}/rclone/minio/"; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue