Set Syncthing data directory for my user.
This commit is contained in:
parent
9fdbf0406d
commit
42e22b994e
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
user = "nolan";
|
user = "nolan";
|
||||||
group = "users";
|
group = "users";
|
||||||
|
dataDir = "/home/nolan";
|
||||||
};
|
};
|
||||||
|
|
||||||
age.identityPaths = [ "/root/.ssh/id_rsa" ];
|
age.identityPaths = [ "/root/.ssh/id_rsa" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue