trying to get this shit to build

This commit is contained in:
Bryan Ramos 2023-06-06 16:26:04 -04:00
parent 1861c3e6e6
commit 375a6dc02f
17 changed files with 111 additions and 115 deletions

View file

@ -8,10 +8,12 @@ in
config = mkIf cfg.enable {
programs.gpg = {
enable = true;
publicKeys."bryan@ramos.codes" = {
trust = 5;
text = import ./config/pubKey.nix;
};
publicKeys = [
{
text = import ./config/pubKey.nix;
trust = 5;
}
];
};
programs.ssh.enable = true;