diff options
author | Soispha <soispha@vhack.eu> | 2024-03-28 11:01:33 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-28 11:01:33 +0100 |
commit | 815dfcc69f82e6ae37633185d4c0fe487793bcd4 (patch) | |
tree | 930f69ebeffd9e59571ec739f02b9a077c3bd629 /hm/soispha/conf/git/default.nix | |
parent | fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agent (diff) | |
download | nixos-config-815dfcc69f82e6ae37633185d4c0fe487793bcd4.zip |
chore(treewide): Move away from git-crypt
Diffstat (limited to 'hm/soispha/conf/git/default.nix')
-rw-r--r-- | hm/soispha/conf/git/default.nix | 18 |
1 files changed, 4 insertions, 14 deletions
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; }; }; |