From 9d8423e6e4ab5b02b1ed19d0f92d14c1b677a5fe Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 8 Sep 2023 20:18:39 +0200 Subject: Add Cloudflare proxy settings --- hosts/ahmed/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index a2a2655..b31e441 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -71,6 +71,9 @@ defaults.email = "linusvejlo+${config.networking.hostName}-acme@gmail.com"; }; + # We are running behind CF proxy. + my.modules.cloudflare-proxy.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It's perfectly fine and recommended to leave -- cgit v1.2.3