nix: setup syncthing, adapt open-messaging script

This commit is contained in:
2023-07-28 06:52:36 +02:00
parent 1e1fa989d9
commit 83bf3f21d5
2 changed files with 16 additions and 0 deletions

View File

@ -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 = [ ... ];