Add Audio folder to Syncthing

This commit is contained in:
coolneng 2023-08-08 03:38:25 +02:00
parent a2c3fde7f2
commit fb3a76796e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@
path = "/home/coolneng/Files"; path = "/home/coolneng/Files";
devices = [ "zion" ]; devices = [ "zion" ];
}; };
Audio = {
id = "tarrs-5mxck";
path = "/home/coolneng/Audio";
devices = [ "zion" ];
};
}; };
}; };
}; };