refactor + syncthing

This commit is contained in:
Henri Dohmen 2025-12-20 23:37:05 +01:00
parent 0f3e917ba7
commit 20472f8d1b
Signed by: hd
GPG key ID: AB79213B044674AE
7 changed files with 43 additions and 24 deletions

6
host/roam/syncthing.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
services.syncthing = {
enable = false; # TODO
};
}