diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-23 15:55:38 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-23 15:55:38 +0200 |
commit | 7e443cf990091b1344fd0ba89f66418b3885f47d (patch) | |
tree | 67631fdd73e0a7378589b95fb6c5ad8a2aa6ff3a | |
parent | 48863a88cbb1e5ab0ea07f0cb42ed24983d4976c (diff) | |
download | nixos-7e443cf990091b1344fd0ba89f66418b3885f47d.tar nixos-7e443cf990091b1344fd0ba89f66418b3885f47d.tar.gz nixos-7e443cf990091b1344fd0ba89f66418b3885f47d.tar.bz2 nixos-7e443cf990091b1344fd0ba89f66418b3885f47d.tar.xz nixos-7e443cf990091b1344fd0ba89f66418b3885f47d.zip |
Revert "donĀ“t fork gpg-agent"
This reverts commit ba918de31593958413325f65d2ed2ba992e4b018.
-rw-r--r-- | users/gkleen@hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@hel.nix b/users/gkleen@hel.nix index 3a74702c..159ad9d9 100644 --- a/users/gkleen@hel.nix +++ b/users/gkleen@hel.nix | |||
@@ -20,7 +20,7 @@ | |||
20 | while ! systemctl --user show-environment | grep -qE '^DISPLAY='; do sleep 1; done | 20 | while ! systemctl --user show-environment | grep -qE '^DISPLAY='; do sleep 1; done |
21 | 21 | ||
22 | systemctl --user import-environment DISPLAY | 22 | systemctl --user import-environment DISPLAY |
23 | exec ${gnupg}/bin/gpg2 | 23 | exec ${gnupg}/bin/gpg2 --daemon |
24 | ''; | 24 | ''; |
25 | } // (import ../utils/nix/default.nix) {}; | 25 | } // (import ../utils/nix/default.nix) {}; |
26 | 26 | ||