Skip to content

Commit

Permalink
Revert "feat: change caddy to use patched version"
Browse files Browse the repository at this point in the history
This reverts commit ebb3897.
  • Loading branch information
ajaxbits committed Nov 20, 2023
1 parent ebb3897 commit c82ef66
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/caddy/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}: let
cfg = config.components.caddy;
Expand All @@ -28,12 +27,7 @@ in {
};

config = lib.mkMerge [
{
services.caddy = {
enable = cfg.enable;
package = pkgs.caddy-patched;
};
}
{services.caddy.enable = cfg.enable;}
monitorConfig
];
}

0 comments on commit c82ef66

Please sign in to comment.