this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo in JJ signing configuration

+1 -1
+1 -1
modules/jj.nix
··· 13 13 git.write-change-id-header = true; 14 14 15 15 signing = { 16 - behaviour = "own"; 16 + behavior = "own"; 17 17 backend = "ssh"; 18 18 key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN7q0wm7C+EX0ORpRxeyhvWTT2BMPjSRQIZmbzPLIiHC"; 19 19