forked from poz/niksos
remove gpg pinentry config
something changed and I don't use it anymore anyway
This commit is contained in:
parent
3dd7d5114e
commit
2f14b6d5d2
2 changed files with 0 additions and 12 deletions
|
@ -93,12 +93,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "qt";
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
services.btrfs = {
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
|
|
|
@ -64,12 +64,6 @@
|
|||
ratbagd.enable = true;
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "qt";
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
services.btrfs = {
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue