diff --git a/modules/k3s/deployments/ubuntu.nix b/modules/k3s/deployments/ubuntu.nix index 6ed0959..c6d9f73 100644 --- a/modules/k3s/deployments/ubuntu.nix +++ b/modules/k3s/deployments/ubuntu.nix @@ -9,7 +9,7 @@ name = "ubuntu"; image = "ubuntu:latest"; command = [ "sh" "-c" ]; - args = [ "tail" "-f" "/dev/null" ] + args = [ "tail" "-f" "/dev/null" ]; } ]; };