feat: add customizable caddy package (with plugin support)

This commit is contained in:
oddlama 2023-06-05 01:14:46 +02:00
parent c5a863ce51
commit 6f84594c87
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 90 additions and 26 deletions

View file

@ -125,9 +125,7 @@
pkgs = import nixpkgs {
localSystem = system;
config.allowUnfree = true;
overlays = [
microvm.overlay
];
overlays = [microvm.overlay] ++ import ./pkgs/default.nix;
};
apps =