remove gpg option in system level
This commit is contained in:
parent
c2e32b988a
commit
2599fef92b
2 changed files with 0 additions and 12 deletions
|
|
@ -16,7 +16,6 @@
|
|||
++ [
|
||||
./nix.nix
|
||||
./home.nix
|
||||
./gpg.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
config = {
|
||||
programs.gnupg = {
|
||||
agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue