From ed22bdbc4615235365cb4cb074abc47ca286b31f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 27 Oct 2022 11:57:54 +0200 Subject: [PATCH] poseidon: disable fava service --- hosts/poseidon/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/poseidon/default.nix b/hosts/poseidon/default.nix index d225b0f..4f6bba2 100644 --- a/hosts/poseidon/default.nix +++ b/hosts/poseidon/default.nix @@ -76,12 +76,6 @@ in { enable = true; }; - fava = { - enable = true; - port = 8084; - filePath = "accounts/current.beancount"; - }; - jellyfin = { enable = true; };