summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-04-19 10:04:27 +0200
committermakefu <github@syntax-fehler.de>2017-04-19 10:04:27 +0200
commit978e47eedd70476703aa7237efa084260638b287 (patch)
tree98b1ad6171442a109d265c4461c48828b891c71e /makefu/1systems
parent0ea25143c940e6fb8bac02a893cfc73f5b5c7cb5 (diff)
m 1 x: rm krebs.nginx
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/x.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix
index 51c9543e..866aac3b 100644
--- a/makefu/1systems/x.nix
+++ b/makefu/1systems/x.nix
@@ -72,11 +72,6 @@ with import <stockholm/lib>;
makefu.umts.apn = "web.vodafone.de";
nixpkgs.config.allowUnfree = true;
- krebs.nginx = {
- default404 = false;
- servers.default.listen = [ "80 default_server" ];
- servers.default.server-names = [ "_" ];
- };
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
environment.systemPackages = [ pkgs.passwdqc-utils ];