commit | 85256bc0a62ef976aef4e60d5aa4342d4b1be131 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Tue Jun 13 13:02:53 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Tue Jun 13 13:02:53 2023 -0400 |
tree | 5a19140f8b2f724f72cce5d67001f3afa6c0e0f3 | |
parent | aec8c45d28ec00a2e3d719b7e8376a0b0d418507 [diff] [blame] |
made a whoopsie
diff --git a/modules/caddy.nix b/modules/caddy.nix index a76672e..e3309fe 100644 --- a/modules/caddy.nix +++ b/modules/caddy.nix
@@ -2,7 +2,7 @@ services.caddy.enable = true; services.caddy.configFile = lib.pipe ./caddy/caddyfile.nix [ import - (f: f { inherit pkgs lib; }) + (f: f { inherit pkgs lib config; }) builtins.toJSON (pkgs.writeText "caddy.json") ];