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

@@ -62,11 +62,13 @@ let
'';
in
{
mod.homepage.services = [{
name = "Home Assistant";
port = 8123;
description = "Home automation";
}];
mod.homepage.services = [
{
name = "Home Assistant";
port = 8123;
description = "Home automation";
}
];
hardware.bluetooth.enable = true;