home/syncthing: init

This commit is contained in:
Max Headroom 2024-04-05 22:35:48 +02:00
parent db8a928c44
commit e19a21ccd4
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@ let
optionalDesktopModule = lib.optional (systemProfile == "desktop") { optionalDesktopModule = lib.optional (systemProfile == "desktop") {
imports = [ imports = [
./home/dconf ./home/dconf
./home/syncthing
./home/terminal ./home/terminal
]; ];
# other files # other files

View file

@ -0,0 +1,3 @@
{
services.syncthing.enable = true;
}