From f1bb1df17748cefc83b6375f67256bef9833222b Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 16 Apr 2025 16:37:47 +0200 Subject: [PATCH] Add full logs --- machines/vm-audio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 97f3d3d..2997a26 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -80,7 +80,7 @@ }; serviceConfig = { ExecStart = "${pkgs.wprs}/bin/wprsd"; - Environment = "\"RUST_BACKTRACE=1\""; + Environment = "\"RUST_BACKTRACE=full\""; Restart = "always"; RestartSec = 5; };