Add pw_sync to overheating and marmo
This commit is contained in:
parent
35cfaf6bac
commit
c8a6e6b420
4 changed files with 37 additions and 30 deletions
|
|
@ -28,9 +28,9 @@
|
|||
nextcloud = {
|
||||
synclist = [
|
||||
{
|
||||
name = "document_sync";
|
||||
remote = "/Documents";
|
||||
local = "/home/${config.conf.username}/Documents";
|
||||
name = "pw_sync";
|
||||
remote = "/PWs";
|
||||
local = "/home/${config.conf.username}/PWs";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -42,6 +42,12 @@
|
|||
remote = "/Pictures";
|
||||
local = "/home/${config.conf.username}/Pictures";
|
||||
}
|
||||
{
|
||||
name = "pw_sync";
|
||||
remote = "PWs";
|
||||
local = "/home/${config.conf.username}/PWs";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue