aboutsummaryrefslogtreecommitdiff
path: root/hosts/sachiel/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sachiel/configuration.nix')
-rw-r--r--hosts/sachiel/configuration.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix
index 1f898cd..90d9a1c 100644
--- a/hosts/sachiel/configuration.nix
+++ b/hosts/sachiel/configuration.nix
@@ -121,6 +121,15 @@
forceSSL = true;
enableACME = true;
};
+ virtualHosts."*.schererleander.de" = {
+ forceSSL = true;
+ enableACME = true;
+ locations = {
+ "/" = {
+ return = "200";
+ };
+ };
+ };
};
services.nextcloud = {