diff options
author | Linnnus <[email protected]> | 2023-12-29 21:36:05 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-29 21:36:05 +0100 |
commit | 48e88ff56e730ae9527ee3f6e89aac5a0cc9e488 (patch) | |
tree | ab6cdd1d1fa70fa15a2dd1e8a84af38d5739b94b /hosts | |
parent | 8c4e59b2328ee008f1d479c20a58793fe5baacbe (diff) |
hosts/ahmed: Add hellohtml.linus.onl
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 12eae60..cd36f7a 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -65,6 +65,10 @@ enable = true; useACME = true; }; + modules."hellohtml.linus.onl" = { + enable = true; + useACME = true; + }; # Configure ACME for various HTTPS services. security.acme = { |