diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-08 08:03:50 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-08 08:53:04 +0900 |
| commit | 87781c765844409226804157546753b84ef3c6b4 (patch) | |
| tree | 4fa7bdbe890979badada6c36183a2ff25b7b85a8 /hst/config_test.go | |
| parent | 0c38fb7b6a17bed9392a4cf46fc752bc2de8eb18 (diff) | |
treewide: include PipeWire op and enforce PulseAudio check
This fully replaces PulseAudio with PipeWire and enforces the PulseAudio check and error message. The pipewire-pulse daemon is handled in the NixOS module.
Closes #26.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/config_test.go')
| -rw-r--r-- | hst/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/config_test.go b/hst/config_test.go index 731a1317..776c21e9 100644 --- a/hst/config_test.go +++ b/hst/config_test.go @@ -58,7 +58,7 @@ func TestConfigValidate(t *testing.T) { Shell: fhs.AbsTmp, Path: fhs.AbsTmp, }}, &hst.AppError{Step: "validate configuration", Err: hst.ErrInsecure, - Msg: "enablement PulseAudio requires PipeWire, which is not set"}}, + Msg: "enablement PulseAudio is insecure and no longer supported"}}, {"valid", &hst.Config{Container: &hst.ContainerConfig{ Home: fhs.AbsTmp, Shell: fhs.AbsTmp, |
