From 789a37f0fc279ac74ea605ce721d154da98301fa Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 27 Aug 2016 12:20:28 -0700 Subject: [PATCH] tt-rss service: #15862 has been merged; enable nginx virtualhost config --- nixos/modules/services/web-apps/tt-rss.nix | 65 +++++++++------------- 1 file changed, 25 insertions(+), 40 deletions(-) diff --git a/nixos/modules/services/web-apps/tt-rss.nix b/nixos/modules/services/web-apps/tt-rss.nix index 22a8bfc02a3..a0087ea786c 100644 --- a/nixos/modules/services/web-apps/tt-rss.nix +++ b/nixos/modules/services/web-apps/tt-rss.nix @@ -18,7 +18,6 @@ let poolName = "tt-rss"; phpfpmSocketName = "/var/run/phpfpm/${poolName}.sock"; - virtualHostName = "tt-rss"; tt-rss-config = pkgs.writeText "config.php" ''