make syncthing folder enable more explicit

This commit is contained in:
Yan Lin 2026-02-14 16:02:44 +01:00
parent a5b2464f3e
commit 57a556de0f
4 changed files with 16 additions and 9 deletions

View file

@ -18,6 +18,13 @@
../../modules/font/home.nix
];
syncthing-custom.folders = {
Credentials.enable = true;
Documents.enable = true;
Media.enable = true;
Archive.enable = true;
};
nixpkgs.config.allowUnfree = true;
programs.direnv = {