diff options
author | Linnnus <[email protected]> | 2024-02-24 15:42:20 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-24 15:42:20 +0100 |
commit | cff432ef468fc90092549efaa53f4a1518835f9c (patch) | |
tree | 0f589ba86a4de21849170666ad35a03ef32b3924 /hosts/ahmed/hellohtml.linus.onl | |
parent | 4d0094363f09136788d64a762bf80b367b548e06 (diff) |
chore: Formatting...
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 = { |