remove stupid gpg key stuff

This commit is contained in:
2025-01-26 01:18:03 -05:00
parent df710631ad
commit e07472a466
4 changed files with 18 additions and 28 deletions

View File

@@ -189,14 +189,5 @@
};
};
age.secrets.gnupg = {
file = ./secrets/my-gpg.age;
path = "${homeDirectory}/.secrets/my-gpg.asc";
};
home.activation.extractGnuPG = ''
${pkgs.gnupg}/bin/gpg --import ${config.age.secrets.gnupg.path}
'';
programs.home-manager.enable = true;
}