syncthing: expand home path
This avoids confusion when changing the service user
This commit is contained in:
parent
905e88f6a7
commit
082dcd0d78
1 changed files with 4 additions and 4 deletions
|
|
@ -119,16 +119,16 @@
|
|||
roles.peer.tags.syncthing = { };
|
||||
roles.peer.settings.folders = {
|
||||
Documents = {
|
||||
path = "~/Documents";
|
||||
path = "/home/rpqt/Documents";
|
||||
};
|
||||
Music = {
|
||||
path = "~/Music";
|
||||
path = "/home/rpqt/Music";
|
||||
};
|
||||
Pictures = {
|
||||
path = "~/Pictures";
|
||||
path = "/home/rpqt/Pictures";
|
||||
};
|
||||
Videos = {
|
||||
path = "~/Videos";
|
||||
path = "/home/rpqt/Videos";
|
||||
};
|
||||
};
|
||||
roles.peer.settings.extraDevices = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue