Idk
This commit is contained in:
parent
42ab485000
commit
34f1d4593f
5 changed files with 17 additions and 14 deletions
|
|
@ -9,16 +9,15 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
# declare sync folders & devices here
|
||||
# edit: turns out you can't with hm??
|
||||
hm.services.syncthing = {
|
||||
enable = true;
|
||||
tray = {
|
||||
enable = true;
|
||||
package = pkgs.syncthingtray-minimal;
|
||||
|
||||
command = "syncthingtray --wait";
|
||||
};
|
||||
|
||||
# TODO: add folders here
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue