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

@@ -169,6 +169,17 @@
};
roles.default.machines.b4l = { };
};
pulse-stream = {
module = {
name = "pulse-stream";
input = "self";
};
roles.default.machines.neptune = {
settings.client-ip-ranges = [
"10.0.0.0/24"
];
};
};
};
};
};