change name

This commit is contained in:
NyxErinys 2026-05-19 02:51:38 -05:00
parent 8937179cfd
commit 9b3378fac7
2 changed files with 4 additions and 4 deletions

View file

@ -1,15 +0,0 @@
{cfg, lib, inputs, ...}:
{
ubuntu.content = {
apiVersion = "v1";
kind = "Pod";
metadata.name = "ubuntu";
spec.containers = [
{
name = "ubuntu";
image = "ubuntu:latest";
command = [ "tail" "-f" "/dev/null" ];
}
];
};
}