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";
|
||||
host = "assistant.home.cronyakatsuki.xyz";
|
||||
user = "root";
|
||||
key_file = "${home.homeDirectory} ~/.ssh/main";
|
||||
key_file = "${config.home.homeDirectory}/.ssh/main";
|
||||
};
|
||||
mounts = {
|
||||
"/var/lib/homeassistant" = {
|
||||
enable = true;
|
||||
mountPoint = "/home/crony/docs/assistant";
|
||||
options = {
|
||||
default-premissions = true;
|
||||
default-permissions = true;
|
||||
vfs-cache-mode = "writes";
|
||||
buffer-size = "64M";
|
||||
multi-thread-streams = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue