Add pw_sync to overheating and marmo

This commit is contained in:
DashieTM 2024-08-04 23:15:42 +02:00
parent 35cfaf6bac
commit c8a6e6b420
4 changed files with 37 additions and 30 deletions

View file

@ -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";
}
];
};