about summary refs log tree commit diff stats
path: root/hm/soispha/conf/git/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-28 11:01:33 +0100
committerSoispha <soispha@vhack.eu>2024-03-28 11:01:33 +0100
commit815dfcc69f82e6ae37633185d4c0fe487793bcd4 (patch)
tree930f69ebeffd9e59571ec739f02b9a077c3bd629 /hm/soispha/conf/git/default.nix
parentfix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agent (diff)
downloadnixos-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.nix18
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;
     };
   };