manatee: nixfmt

This commit is contained in:
Alexander Heldt
2026-03-07 12:08:01 +00:00
parent 6ea5db6d37
commit f446706a9c
9 changed files with 65 additions and 47 deletions

View File

@@ -10,11 +10,13 @@ in
};
config = lib.mkIf enabled {
mod.homepage.services = [{
name = "Syncthing";
port = 8384;
description = "File sync";
}];
mod.homepage.services = [
{
name = "Syncthing";
port = 8384;
description = "File sync";
}
];
services.syncthing = {
enable = true;