From bcc1de8504f4b71584aaf0bfa378bf6acdb17e24 Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Mon, 18 May 2026 00:47:23 -0500 Subject: [PATCH] trying again --- modules/k3s/deployments/ubuntu.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/k3s/deployments/ubuntu.nix b/modules/k3s/deployments/ubuntu.nix index c6d9f73..055eb7b 100644 --- a/modules/k3s/deployments/ubuntu.nix +++ b/modules/k3s/deployments/ubuntu.nix @@ -8,8 +8,7 @@ { name = "ubuntu"; image = "ubuntu:latest"; - command = [ "sh" "-c" ]; - args = [ "tail" "-f" "/dev/null" ]; + command = [ "tail" "-f" "/dev/null" ]; } ]; };