feat(syncthing): adding syncthing host to sobotka

This commit is contained in:
2025-09-06 13:49:24 +02:00
parent a11e4961e1
commit eefa14bd57
5 changed files with 92 additions and 2 deletions

View File

@@ -9,7 +9,9 @@ let
in
{
options = {
home.services.syncthing.enable = mkEnableOption "Enables syncthing";
home.services.syncthing = {
enable = mkEnableOption "Enables syncthing";
};
};
config = mkIf cfg.enable {
services.syncthing = {