From e5dbfd32b52e35aecf961b8b80a5f70e76c3cb83 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 5 Apr 2020 15:53:37 -0700 Subject: Deploy que.run without nginx I still have to reimplement the SSL stuff but in the Haskell code. That seems kinda hard or at least requires research that I don't wanna do right now. --- Com/Simatime/Prod/configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Com/Simatime/Prod/configuration.nix (limited to 'Com/Simatime/Prod/configuration.nix') diff --git a/Com/Simatime/Prod/configuration.nix b/Com/Simatime/Prod/configuration.nix deleted file mode 100644 index 0a1d4fc..0000000 --- a/Com/Simatime/Prod/configuration.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, ... }: -{ - networking.firewall.allowedTCPPorts = [ 22 80 443 ]; - services.que-server = { - enable = true; - domain = "que.run"; - port = 3000; - package = pkgs.que-server; - }; - services.nginx.enable = true; -} -- cgit v1.2.3