minor fix of syncthing module

This commit is contained in:
Yan Lin 2025-12-08 18:32:47 +01:00
parent ca82298afa
commit f12f3d9e39
2 changed files with 3 additions and 11 deletions

View file

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