add syncthing to vps

This commit is contained in:
Yan Lin 2025-12-03 13:45:30 +01:00
parent a3d1f59c43
commit c18309aead
2 changed files with 17 additions and 7 deletions

View file

@ -3,5 +3,11 @@
{
imports = [
../home-default.nix
../../../modules/syncthing.nix
];
syncthing-custom = {
enabledFolders = [ "Credentials" ];
enableGui = false;
};
}