feat(desktop): setup home assistant rclone mount.
This commit is contained in:
parent
f2922095ec
commit
ef79df7e51
1 changed files with 2 additions and 2 deletions
|
|
@ -34,14 +34,14 @@
|
||||||
type = "sftp";
|
type = "sftp";
|
||||||
host = "assistant.home.cronyakatsuki.xyz";
|
host = "assistant.home.cronyakatsuki.xyz";
|
||||||
user = "root";
|
user = "root";
|
||||||
key_file = "${home.homeDirectory} ~/.ssh/main";
|
key_file = "${config.home.homeDirectory}/.ssh/main";
|
||||||
};
|
};
|
||||||
mounts = {
|
mounts = {
|
||||||
"/var/lib/homeassistant" = {
|
"/var/lib/homeassistant" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mountPoint = "/home/crony/docs/assistant";
|
mountPoint = "/home/crony/docs/assistant";
|
||||||
options = {
|
options = {
|
||||||
default-premissions = true;
|
default-permissions = true;
|
||||||
vfs-cache-mode = "writes";
|
vfs-cache-mode = "writes";
|
||||||
buffer-size = "64M";
|
buffer-size = "64M";
|
||||||
multi-thread-streams = 4;
|
multi-thread-streams = 4;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue