nixos/syncthing/default.nix
Evie Litherland-Smith 50c4da612b Move syncthing config into dedicated directory
Add SSH keys for tablet and phone to main auth
2023-05-07 13:01:02 +01:00

10 lines
144 B
Nix

{ ... }:
{
imports = [ ./folders ];
services.syncthing = {
enable = true;
systemService = true;
openDefaultPorts = true;
};
}