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

@ -27,6 +27,7 @@
optimization.mode = "powersave";
doas.enable = false;
printing.enable = true;
syncthing.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;