Removed redundant GPG code block

This commit is contained in:
Bryan Ramos 2023-04-01 15:32:02 -04:00
parent e2c96621df
commit 1f3a7cd5d3

View file

@ -7,12 +7,4 @@
}; };
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
programs.gnupg = {
agent = {
enable = true;
enableSSHSupport = true;
};
};
} }