feat: added rsync daemon

This commit is contained in:
Nick 2024-11-03 00:26:15 -05:00
parent a1d093e44a
commit 7ec3cf8a9c
2 changed files with 6 additions and 0 deletions

3
nixos/modules/rsyncd.nix Normal file
View file

@ -0,0 +1,3 @@
{
services.rsyncd.enable = true;
}