Skip to content

Commit

Permalink
fix: import synax
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 4, 2024
1 parent cf468af commit b4f35cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/nixos/mini/caddy.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{pkgs, ...}: let
domain = "c4er.com";
tlsConfig = "tls /mnt/certs/c4er.com/c4er.com.crt /mnt/certs/c4er.com/c4er.com.key";
reverse_proxy_string = ./caddy-helpers.nix;
reverse_proxy_string = (import ./caddy-helpers.nix).reverse_proxy_string;
in {
environment.systemPackages = with pkgs; [
caddy
Expand Down

0 comments on commit b4f35cd

Please sign in to comment.