From 0d37af4eba374c41a9ad3fa8d2f2251ddb6b58c5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 3 Apr 2020 16:43:51 -0700 Subject: Rename Serval to Prod --- Com/Simatime/Serval/configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Com/Simatime/Serval/configuration.nix (limited to 'Com/Simatime/Serval/configuration.nix') diff --git a/Com/Simatime/Serval/configuration.nix b/Com/Simatime/Serval/configuration.nix deleted file mode 100644 index d5ad02f..0000000 --- a/Com/Simatime/Serval/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.biz.que-server; - }; - services.nginx.enable = true; -} -- cgit v1.2.3