add keep alive command
This commit is contained in:
parent
58bc07418d
commit
d88aebcef2
2 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,6 @@
|
|||
git
|
||||
pciutils
|
||||
sysstat
|
||||
xivlauncher
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
{
|
||||
name = "ubuntu";
|
||||
image = "ubuntu:latest";
|
||||
command = ["tail" "-f" "/dev/null"];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue