From 815dfcc69f82e6ae37633185d4c0fe487793bcd4 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 28 Mar 2024 11:01:33 +0100 Subject: chore(treewide): Move away from git-crypt --- hm/soispha/conf/git/default.nix | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'hm/soispha/conf/git') diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index 491b3648..0593df77 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -107,8 +107,9 @@ in { defaultBranch = "prime"; }; user = { - email = "soispha@vhack.eu"; - name = "Soispha"; + name = "Benedikt Peetz"; + email = "benedikt.peetz@b-peetz.de"; + # signingKey = "9A254A935C25B0419EAE495014D2BC012F572AD7!"; }; help = { autocorrect = 5; @@ -159,17 +160,6 @@ in { }; }; }; - includes = [ - { - condition = "gitdir:~/school/"; - contents = { - user = { - inherit (nixosConfig.soispha.secret.me) name email; - signingKey = nixosConfig.soispha.secret.me.gpgKey; - }; - }; - } - ]; delta = { enable = true; options = { @@ -184,7 +174,7 @@ in { }; }; signing = { - key = "9606FC749FCE16360723D4ADA5E94010C3A642AD!"; + key = "9A254A935C25B0419EAE495014D2BC012F572AD7!"; signByDefault = true; }; }; -- cgit 1.4.1