nas: Enable syncthing

This commit is contained in:
SebastianStork 2026-02-27 13:34:52 +01:00
parent 203b77860f
commit a9ae1d0cd7
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 16 additions and 3 deletions

View file

@ -20,6 +20,14 @@
};
};
services.dns.enable = true;
services = {
dns.enable = true;
syncthing = {
enable = true;
isServer = true;
gui.domain = "syncthing.nas.splitleaf.de";
};
};
};
}