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