syncthing should run as a user
This commit is contained in:
@@ -125,7 +125,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
services.syncthing.enable = true;
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
user = "kyle";
|
||||||
|
group = "users";
|
||||||
|
dataDir = "/home/kyle";
|
||||||
|
};
|
||||||
|
|
||||||
security.pam.u2f = {
|
security.pam.u2f = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user