[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;
folders = {
sync = {
path = "/home/syncthing/sync/";
path = "~/sync/";
};
};
settings = {