mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: add customizable caddy package (with plugin support)
This commit is contained in:
parent
c5a863ce51
commit
6f84594c87
9 changed files with 90 additions and 26 deletions
|
@ -125,9 +125,7 @@
|
|||
pkgs = import nixpkgs {
|
||||
localSystem = system;
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
microvm.overlay
|
||||
];
|
||||
overlays = [microvm.overlay] ++ import ./pkgs/default.nix;
|
||||
};
|
||||
|
||||
apps =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue