Skip to content

Commit

Permalink
Remove broken caddy package
Browse files Browse the repository at this point in the history
  • Loading branch information
giodamelio committed Oct 23, 2024
1 parent 0e07a19 commit 676cf8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
5 changes: 1 addition & 4 deletions src/nixosModules/core/caddy.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{root, ...}: {pkgs, ...}: let
caddyDnsCloudflare = root.packages.caddy-dns-cloudflare {inherit pkgs;};
in {
_: _: {
services.caddy = {
enable = true;
package = caddyDnsCloudflare;

globalConfig = ''
email [email protected]
Expand Down
19 changes: 0 additions & 19 deletions src/packages/caddy-dns-cloudflare.nix

This file was deleted.

0 comments on commit 676cf8d

Please sign in to comment.