diff options
author | Linnnus <[email protected]> | 2023-09-08 20:18:39 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-08 20:18:39 +0200 |
commit | 9d8423e6e4ab5b02b1ed19d0f92d14c1b677a5fe (patch) | |
tree | eb41787c7a8648ca531c1af1790e6a267fe4e7d2 /hosts | |
parent | 3e66b604b4363c6ba142cf813bf7d715bbfed992 (diff) |
Add Cloudflare proxy settings
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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}[email protected]"; }; + # 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 |