From 35525a9cd916737838473934385639b07305ca25 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 5 Jun 2018 14:04:19 +0200 Subject: [PATCH] Supression service calibre --- services.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services.nix b/services.nix index a40d926..03aab5e 100644 --- a/services.nix +++ b/services.nix @@ -40,7 +40,6 @@ in "riot.${domaine}" = { ip = "127.0.0.1"; port = riot_port; auth = false; }; "matrix.${domaine}" = { ip = "127.0.0.1"; port = 8008; auth = false; }; "organizr.${domaine}" = { ip = "127.0.0.1"; port = organizr_port; auth = true; }; - "calibre.${domaine}" = { ip = "127.0.0.1"; port = 8080; auth = false; }; "pgmanage.${domaine}" = { ip = "127.0.0.1"; port = pgmanage_port; auth = true; }; };