[NixOS] Use ~ for specifying sync path
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
enable = true;
|
||||
folders = {
|
||||
sync = {
|
||||
path = "/home/syncthing/sync/";
|
||||
path = "~/sync/";
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
|
Reference in New Issue
Block a user