Switch off one of the two conflicting on-by-default options
svn path=/nixos/trunk/; revision=18519
This commit is contained in:
parent
1966f9d297
commit
69a2842d01
@ -209,7 +209,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
startGnuPGAgent = mkOption {
|
startGnuPGAgent = mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to start the GnuPG agent when you log in. The GnuPG agent
|
Whether to start the GnuPG agent when you log in. The GnuPG agent
|
||||||
remembers private keys for you so that you don't have to type in
|
remembers private keys for you so that you don't have to type in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user