remove gpg option in system level

This commit is contained in:
Ulic-youthlic 2025-01-10 22:29:45 +08:00
parent c2e32b988a
commit 2599fef92b
2 changed files with 0 additions and 12 deletions

View file

@ -16,7 +16,6 @@
++ [ ++ [
./nix.nix ./nix.nix
./home.nix ./home.nix
./gpg.nix
]; ];
config = { config = {

View file

@ -1,11 +0,0 @@
{ ... }:
{
config = {
programs.gnupg = {
agent = {
enable = true;
enableSSHSupport = true;
};
};
};
}