[NixOS] Use ~ for specifying sync path

This commit is contained in:
Ivan Malison 2023-08-03 21:47:18 -06:00
parent fbfdc597b1
commit 189a031b1e

View File

@ -4,7 +4,7 @@
enable = true; enable = true;
folders = { folders = {
sync = { sync = {
path = "/home/syncthing/sync/"; path = "~/sync/";
}; };
}; };
settings = { settings = {