diff options
Diffstat (limited to 'hosts/ahmed/hellohtml.linus.onl')
-rw-r--r-- | hosts/ahmed/hellohtml.linus.onl/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/ahmed/hellohtml.linus.onl/default.nix b/hosts/ahmed/hellohtml.linus.onl/default.nix index 2d09788..584e030 100644 --- a/hosts/ahmed/hellohtml.linus.onl/default.nix +++ b/hosts/ahmed/hellohtml.linus.onl/default.nix @@ -1,7 +1,6 @@ # This module defines the HelloHTML web server. It extends the NGINX config # with a virtual server that proxies the local HelloHTML service. - -{ ... }: let +{...}: let useACME = true; in { config = { |