diff options
author | Linnnus <[email protected]> | 2024-01-16 17:46:52 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-01-16 17:46:52 +0100 |
commit | d8e387ae0e06db2ff3665e0c267dd0ac48215071 (patch) | |
tree | fd3825d665f8f0fd8770077fb624f1a4b85a0642 /hosts | |
parent | 0b4080777d9cd1bceb89a41b6acf4234420ff1c4 (diff) |
hosts/ahmed: Add forsvarsarper
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index cd36f7a..d6859b3 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -70,6 +70,8 @@ useACME = true; }; + services.forsvarsarper.enable = true; + # Configure ACME for various HTTPS services. security.acme = { acceptTerms = true; |