[NixOS] Fix missing propagatedBuildInputs

This commit is contained in:
2025-02-06 12:12:18 -07:00
parent 30d50d72ec
commit a744a8fc2d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ makeEnable config "myModules.wyoming" false {
services.wyoming = {
satellite = {
enable = true;
package = pkgs.wyoming-satellite;
user = "imalison";
microphone = {
command = "pw-record --channels 1 -";