nix: setup syncthing, adapt open-messaging script
This commit is contained in:
@ -270,6 +270,7 @@
|
||||
sqlite
|
||||
|
||||
nomacs
|
||||
rocketchat-desktop
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
@ -304,6 +305,10 @@
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = false;
|
||||
|
||||
services.syncthing.enable = true;
|
||||
services.syncthing.user = "julian";
|
||||
services.syncthing.group = "julian";
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
Reference in New Issue
Block a user