Add Drone CI

This commit is contained in:
Greg Hellings
2022-10-10 21:52:49 +00:00
parent f18262fa0b
commit 9aaa2621e4
5 changed files with 82 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }:
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
}