mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: import avery's key as well
This commit is contained in:
parent
e9888046a9
commit
92efbf79c4
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,14 @@
|
|||
};
|
||||
trust = 4;
|
||||
}
|
||||
{
|
||||
# avery
|
||||
source = builtins.fetchurl {
|
||||
url = "https://keys.openpgp.org/vks/v1/by-fingerprint/4CC1272267890A39BA4B3A3FDE957602B43A2D60";
|
||||
sha256 = "sha256-PDad7v1/PEbNpYnTnqWiMMmXM1ac3sttJ+ucX0d/VOo=";
|
||||
};
|
||||
trust = 4;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue