machines/rana: enable syncthing

This commit is contained in:
2026-03-06 16:31:26 +07:00
parent 1d5a528cd1
commit b3c8ee76e9
20 changed files with 240 additions and 1 deletions

View File

@@ -22,4 +22,5 @@
];
};
programs.home-manager.enable = true;
services.syncthing.tray.enable = osConfig.services.syncthing.enable;
}