Skip to content

Commit

Permalink
hosts/homesv: fix syncthing
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Apr 29, 2024
1 parent caf7674 commit ba9ec7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hosts/homesv/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
{
services.syncthing = {
enable = true;
user = "mihai";
group = "users";
dataDir = "/media/Syncthing";
guiAddress = ":8384";
openDefaultPorts = true;
};

services.transmission = {
enable = true;
user = "nobody";
user = "mihai";
group = "users";
home = "/media/Torrents";
openFirewall = true;
openRPCPort = true;
Expand Down

0 comments on commit ba9ec7e

Please sign in to comment.