From ab914dea52f181051df3945c4645c86ef53a0df1 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 2 Mar 2023 00:09:47 -0500 Subject: [PATCH] Delay startup of noisetorch service --- machines/levitation/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index 57289f4..7dc0d51 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -72,6 +72,7 @@ }; Service = { Type = "oneshot"; + ExecStartPre = "/run/current-system/sw/bin/sleep 5"; ExecStart = '' /run/wrappers/bin/noisetorch -i alsa_input.usb-18072020_JLAB_TALK_GO_MICROPHONE-00.analog-stereo '';