From 5866f19ebd5dbe2bd0ba5e39a901979d7c9ff244 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 24 Oct 2024 15:56:13 +0200 Subject: [PATCH] avoid splitting lines in json output --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b447e76..9a07658 100644 --- a/flake.nix +++ b/flake.nix @@ -122,7 +122,7 @@ // (vm_test "deluge" ./test/services/deluge.nix) // (vm_test "forgejo" ./test/services/forgejo.nix) // (vm_test "grocy" ./test/services/grocy.nix) - // (vm_test "home-assistant" ./test/services/home-assistant.nix) + // (vm_test "homeassistant" ./test/services/home-assistant.nix) // (vm_test "jellyfin" ./test/services/jellyfin.nix) // (vm_test "monitoring" ./test/services/monitoring.nix) // (vm_test "nextcloud" ./test/services/nextcloud.nix)