diff options
author | Ben Sima <ben@bsima.me> | 2021-04-15 15:55:09 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-15 15:58:31 -0400 |
commit | 6eb3fd14976e3ecd5677f51d8574d428ea045d87 (patch) | |
tree | 4704f7838cc3e4d23e38315dd050567008e538ae /linux.nix | |
parent | a35c13f7c36ef86efc12eb161d70cf054c0977fc (diff) |
Update gpgid and auto-sign git commits
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ let homedir = builtins.getEnv "HOME"; hostname = lib.strings.removeSuffix "\n" (builtins.readFile /etc/hostname); - gpgid = "D09299626FA78AF8"; + gpgid = "66A6AD150399D970DCA4C4E6C8218B7D0BFDECCD"; cmdtree = pkgs.stdenv.mkDerivation { name = "cmdtree"; src = fetchGit { @@ -389,6 +389,7 @@ in }; programs = { + git.signing.signByDefault = true; qutebrowser = { enable = true; settings = { |