neptune: lan hosts can stream audio to speakers

This commit is contained in:
vi
2025-12-01 00:00:00 +00:00
parent 3eeb11571d
commit f8f8731303
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ lib, ... }:
let
module = lib.modules.importApply ./default.nix { };
in
{
clan.modules = {
pulse-stream = module;
};
}