From d705b877c8b2829f057dc858c9ca43525e743fd7 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 8 May 2023 10:34:05 +0100 Subject: [PATCH] Add audio and video recording to odyssey --- hosts/odyssey/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index adb587b..d77df62 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -35,6 +35,10 @@ with lib.my; raster.enable = true; vector.enable = true; }; + media.recording = { + audio.enable = true; + video.enable = true; + }; }; dev = { node.enable = true;