add keep alive command

This commit is contained in:
NyxErinys 2026-05-18 00:17:38 -05:00
parent 58bc07418d
commit d88aebcef2
2 changed files with 1 additions and 1 deletions

View file

@ -75,7 +75,6 @@
git git
pciutils pciutils
sysstat sysstat
xivlauncher
]; ];
services.openssh.enable = true; services.openssh.enable = true;

View file

@ -8,6 +8,7 @@
{ {
name = "ubuntu"; name = "ubuntu";
image = "ubuntu:latest"; image = "ubuntu:latest";
command = ["tail" "-f" "/dev/null"];
} }
]; ];
}; };