diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-23 15:48:26 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-23 15:48:26 +0200 |
commit | 64e4b3ad255e680388512b0a19174679166844c0 (patch) | |
tree | bfaf2611b74d2e5302ae7ef37bffd14ac5f8898d | |
parent | ba918de31593958413325f65d2ed2ba992e4b018 (diff) | |
download | nixos-64e4b3ad255e680388512b0a19174679166844c0.tar nixos-64e4b3ad255e680388512b0a19174679166844c0.tar.gz nixos-64e4b3ad255e680388512b0a19174679166844c0.tar.bz2 nixos-64e4b3ad255e680388512b0a19174679166844c0.tar.xz nixos-64e4b3ad255e680388512b0a19174679166844c0.zip |
still need --server
-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..9a81711b 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 --server |
24 | ''; | 24 | ''; |
25 | } // (import ../utils/nix/default.nix) {}; | 25 | } // (import ../utils/nix/default.nix) {}; |
26 | 26 | ||