diff --git a/gpg/.gnupg/gpg-agent.conf b/gpg/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..85405bc --- /dev/null +++ b/gpg/.gnupg/gpg-agent.conf @@ -0,0 +1 @@ +enable-ssh-support diff --git a/gpg/.gnupg/gpg.conf b/gpg/.gnupg/gpg.conf new file mode 100644 index 0000000..17dd033 --- /dev/null +++ b/gpg/.gnupg/gpg.conf @@ -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 + + + diff --git a/gpg/.gnupg/sshcontrol b/gpg/.gnupg/sshcontrol new file mode 100644 index 0000000..07bb159 --- /dev/null +++ b/gpg/.gnupg/sshcontrol @@ -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 diff --git a/install.sh b/install.sh index 740c419..6dc5037 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/usr/bin/env nix-shell #!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)