aboutsummaryrefslogtreecommitdiff
path: root/hosts/sachiel
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sachiel')
-rw-r--r--hosts/sachiel/configuration.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix
index 90d9a1c..fe04128 100644
--- a/hosts/sachiel/configuration.nix
+++ b/hosts/sachiel/configuration.nix
@@ -59,7 +59,7 @@
services.fail2ban = {
enable = true;
- bantime = "1h";
+ bantime = "1h";
jails = {
sshd = {
enabled = true;
@@ -114,6 +114,7 @@
locations = {
"/" = {
tryFiles = "$uri $uri/ /index.html";
+ default = true;
};
};
};
@@ -121,15 +122,6 @@
forceSSL = true;
enableACME = true;
};
- virtualHosts."*.schererleander.de" = {
- forceSSL = true;
- enableACME = true;
- locations = {
- "/" = {
- return = "200";
- };
- };
- };
};
services.nextcloud = {