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" ]; } ]; };