Prova soluzione 1 caddy. intero pkgs con caddy configurabile
This commit is contained in:
parent
b297bf2853
commit
1903e0a6e1
4 changed files with 43 additions and 14 deletions
|
|
@ -32,6 +32,10 @@
|
|||
url = "github:nix-community/home-manager/release-24.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Used for caddy plugins
|
||||
nixpkgs-caddy.url = "github:jpds/nixpkgs/caddy-external-plugins";
|
||||
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -48,6 +52,7 @@
|
|||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
lib = nixpkgs.lib;
|
||||
caddyWithPlugins = pkgs.callPackage ./packages/caddy-pkg.nix { };
|
||||
in
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue