From 6822611afcbf426ad4f107980e159bc16a6de89f Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Sat, 20 Apr 2024 10:17:19 +0200 Subject: [PATCH] Test --- nixarr/nixarr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixarr/nixarr.nix b/nixarr/nixarr.nix index 34fa289..a9db14d 100644 --- a/nixarr/nixarr.nix +++ b/nixarr/nixarr.nix @@ -301,6 +301,8 @@ in { '' cd "$(mktemp -d)" + ping google.com + # Print resolv.conf echo "/etc/resolv.conf contains:" cat /etc/resolv.conf