diff --git a/hosts/base.nix b/hosts/base.nix index 248af69..536155f 100644 --- a/hosts/base.nix +++ b/hosts/base.nix @@ -75,7 +75,6 @@ git pciutils sysstat - xivlauncher ]; services.openssh.enable = true; diff --git a/modules/k3s/deployments/ubuntu.nix b/modules/k3s/deployments/ubuntu.nix index de58f82..69c14b9 100644 --- a/modules/k3s/deployments/ubuntu.nix +++ b/modules/k3s/deployments/ubuntu.nix @@ -8,6 +8,7 @@ { name = "ubuntu"; image = "ubuntu:latest"; + command = ["tail" "-f" "/dev/null"]; } ]; };