diff --git a/logical/frumar.nix b/logical/frumar.nix index d0ff3de..87740dd 100644 --- a/logical/frumar.nix +++ b/logical/frumar.nix @@ -12,12 +12,12 @@ system.stateVersion = "15.09"; networking.hostId = "0702dbe9"; - services.nginx.enable = true; - services.nginx.virtualHosts."${config.networking.hostName}" = { - enableACME = lib.mkForce false; - forceSSL = lib.mkForce false; - default = true; - }; + services.nginx.enable = false; + # services.nginx.virtualHosts."${config.networking.hostName}" = { + # enableACME = lib.mkForce false; + # forceSSL = lib.mkForce false; + # default = true; + # }; boot.supportedFilesystems = [ "zfs" ]; services.yorick.torrent-vpn = { enable = true; name = "mullvad-nl4"; namespace = "torrent";