add gpg config

auto-flake-update
Yorick van Pelt 2016-09-21 15:35:13 +02:00
parent 79f26d85a3
commit d6d78fe8c5
4 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1 @@
enable-ssh-support

11
gpg/.gnupg/gpg.conf Normal file
View File

@ -0,0 +1,11 @@
no-greeting
require-cross-certification
charset utf-8
keyserver hkp://keys.gnupg.net
#keyserver pgp.mit.edu
keyserver-options auto-key-retrieve

6
gpg/.gnupg/sshcontrol Normal file
View File

@ -0,0 +1,6 @@
# fmt: keygrip ttl extra
# prepend ! to disable
6652F84A3ED1A644D71B1D9013E75922536031F8 60
# RSA key added on: 2016-09-21 15:02:18
# MD5 Fingerprint: c4:f3:3f:dd:37:b2:f6:41:61:83:34:4f:cf:2f:a9:cf
395DF89665BCB7086EF2B1BE9E349BAD641F6E82 60

View File

@ -1,4 +1,4 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#!nix-shell -i bash -p stow #!nix-shell -i bash -p stow
stow -d `dirname $0` -t ~ nix git x pentadactyl i3 gtk stow -d `dirname $0` -t ~ nix git x pentadactyl i3 gtk gpg
nix-build -A $(hostname -s) nix-build -A $(hostname -s)