Add server configuration

This commit is contained in:
DashieTM 2024-08-04 13:59:13 +02:00
parent ee2b51bbc1
commit 8ee4ea7fe1
13 changed files with 988 additions and 17 deletions

View file

@ -93,12 +93,12 @@ in
synclist = [
{
name = "document_sync";
remote = "Documents";
remote = "/Documents";
local = "/home/${config.conf.username}/Documents";
}
{
name = "picture_sync";
remote = "Pictures";
remote = "/Pictures";
local = "/home/${config.conf.username}/Pictures";
}
{