summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-10-25 19:52:54 +0200
committerlassulus <lassulus@lassul.us>2021-10-25 19:52:54 +0200
commit3a7c33394328108cc9159de89367a90701fcbc80 (patch)
tree466c258b43118d4d347640b392b8b886f5c4a604 /lass/1systems
parent12046d150162bf1c111a0ea858cd67a5017221e6 (diff)
l green.r: add brain repo
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/green/config.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/lass/1systems/green/config.nix b/lass/1systems/green/config.nix
index d7bf62b4..b41e396c 100644
--- a/lass/1systems/green/config.nix
+++ b/lass/1systems/green/config.nix
@@ -17,6 +17,8 @@ with import <stockholm/lib>;
<stockholm/lass/2configs/IM.nix>
<stockholm/lass/2configs/muchsync.nix>
<stockholm/lass/2configs/pass.nix>
+
+ <stockholm/lass/2configs/git-brain.nix>
];
krebs.build.host = config.krebs.hosts.green;
@@ -68,6 +70,13 @@ with import <stockholm/lib>;
];
clearTarget = true;
};
+ "/var/lib/git" = {
+ source = "/var/state/git";
+ options = [
+ "-M ${toString config.users.users.git.uid}"
+ ];
+ clearTarget = true;
+ };
};
systemd.services."bindfs-_home_lass_Maildir".serviceConfig.ExecStartPost = pkgs.writeDash "symlink-notmuch" ''