this repo has no description
1
fork

Configure Feed

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

Cleanup warning about signing format used by SSH and force SSH signing

+3 -1
+2
modules/git.nix
··· 108 108 109 109 branch.autoSetupRebase = "always"; 110 110 111 + signing.format = "ssh"; 112 + 111 113 commit = { 112 114 gpgSign = true; 113 115 verbose = true;
+1 -1
users/hauleth.nix
··· 17 17 ../modules/jj.nix 18 18 ../modules/ai.nix 19 19 ./modules/dircolors.nix 20 - { home.stateVersion = "24.11"; } 20 + { home.stateVersion = "25.11"; } 21 21 ]; 22 22 }