neptune: lan hosts can stream audio to speakers
This commit is contained in:
9
modules/clan/pulse-stream/flake-module.nix
Normal file
9
modules/clan/pulse-stream/flake-module.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, ... }:
|
||||
let
|
||||
module = lib.modules.importApply ./default.nix { };
|
||||
in
|
||||
{
|
||||
clan.modules = {
|
||||
pulse-stream = module;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user