From d88aebcef2c24ca0e7e35a52fab3f8784289c09e Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Mon, 18 May 2026 00:17:38 -0500 Subject: [PATCH] add keep alive command --- hosts/base.nix | 1 - modules/k3s/deployments/ubuntu.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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"]; } ]; };