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