add caddy

This commit is contained in:
zimbatm 2020-01-27 15:18:32 +01:00
parent 5fc2cb9960
commit b749d9b211
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 7 additions and 0 deletions

6
images/caddy/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ buildCLIImage
, caddy
}:
buildCLIImage {
drv = caddy;
}