From b68763894170464dd5d6d721f615004818b566be Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Fri, 30 Oct 2020 12:08:04 -0400
Subject: Add hledger.journal and git.platonic.systems config

---
 lib/common.nix | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/lib/common.nix b/lib/common.nix
index e383dc4..f84c5e8 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -30,7 +30,10 @@ in
         target = ".editorconfig";
       };
       hledger = {
-        source = ./hledger.journal;
+        source = builtins.toFile "hledger.journal" ''
+          !include ${homedir}/org/fund/accounts.journal
+          !include ${homedir}/org/fund/2019.10.journal
+        '';
         target = ".hledger.journal";
       };
       pythonrc = {
@@ -113,6 +116,12 @@ in
           identityFile = [ "${homedir}/.ssh/id_rsa" ];
           identitiesOnly = true;
         };
+        "git.platonic.systems" = {
+          hostname = "git.platonic.systems";
+          user = "git";
+          identityFile = [ "${homedir}/.ssh/platonic.systems" ];
+          identitiesOnly = true;
+        };
       };
     };
 
-- 
cgit v1.2.3