syncthing FAIL!

This commit is contained in:
Jill 2024-01-18 15:19:46 +03:00
parent 363a2710ab
commit c8433e9ce6
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ in {
};
config = mkIf cfg.enable {
# todo: declare sync folders & devices here
# declare sync folders & devices here
# edit: turns out you can't with hm. huh
hm.services.syncthing.enable = true;
hm.services.syncthing.tray.enable = true;
};