about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-09-07 12:29:33 +0200
committerBaitinq <[email protected]>2025-09-07 12:29:33 +0200
commitadceeed8a64bbee7a8b5693dd6f680afe22d7149 (patch)
tree66c24c2ef7513764fa41ecb17e10da997e1b6328 /hosts
parentHosts: Luna: Fix luna config (diff)
downloadnixos-config-adceeed8a64bbee7a8b5693dd6f680afe22d7149.tar.gz
nixos-config-adceeed8a64bbee7a8b5693dd6f680afe22d7149.tar.bz2
nixos-config-adceeed8a64bbee7a8b5693dd6f680afe22d7149.zip
Hosts: Add jujutsu config
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix15
1 files changed, 14 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index db4a610..6528beb 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -181,7 +181,20 @@
       };
     };
 
-    jujutsu.enable = true;
+    jujutsu = {
+      enable = true;
+      settings = {
+        user = {
+          name = "Baitinq";
+          email = "[email protected]";
+        };
+        signing = {
+          behavior = "own";
+          backend = "gpg";
+          key = "18BE4F736F27FC190C1E1000BB3C0BC698650937";
+        };
+      };
+    };
 
     direnv = {
       enable = true;