Sync folders between devices with syncthing

This commit is contained in:
SebastianStork 2024-03-24 13:25:47 +01:00
parent 31e00e0481
commit d67ad3a979
4 changed files with 63 additions and 0 deletions

View file

@ -29,6 +29,7 @@
comma.enable = true;
sops.enable = true;
printing.enable = true;
syncthing.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;