summaryrefslogtreecommitdiff
path: root/hosts/antares/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/antares/configuration.nix')
-rw-r--r--hosts/antares/configuration.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix
index e2d9bdc..9f8a051 100644
--- a/hosts/antares/configuration.nix
+++ b/hosts/antares/configuration.nix
@@ -77,6 +77,12 @@
forceSSL = true;
enableACME = true;
};
+
+ virtualHosts."dkaiser.de" = {
+ forceSSL = true;
+ enableACME = true;
+ root = "/var/www/dkaiser.de";
+ };
};
security.acme = {