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

@@ -15,11 +15,13 @@ in
};
config = lib.mkIf enabled {
mod.homepage.services = [{
name = "Transmission";
port = 9091;
description = "Torrent client";
}];
mod.homepage.services = [
{
name = "Transmission";
port = 9091;
description = "Torrent client";
}
];
services = {
transmission = {