1
1

WIP
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-01-03 01:41:47 -05:00
parent 02854f007d
commit 397cdbfdc5

View File

@@ -39,6 +39,7 @@ in
wget wget
]; ];
labels = [ labels = [
"debian-latest:docker://node:23-bookworm"
"native:host" "native:host"
]; ];
}; };
@@ -54,6 +55,8 @@ in
}; };
}; };
}; };
virtualisation.docker.enable = true;
} }