Updated keys at github

This commit is contained in:
James Patrick 2022-03-04 23:42:03 -05:00
parent 33e41fd9a4
commit 797c9cfc7b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
let
publicKey = pkgs.fetchurl {
url = "https://github.com/jamesepatrick.keys";
sha256 = "sha256-Btjo+v/xA26CwwFauNmSdJOauIq/yZoBV1Com39nu6E=";
sha256 = "sha256-kMc9RhU7RmoKQQoS/+dMUNJhDQVaal5sgHhzT4qth8g=";
};
in {
imports = [ ../. ../system/xdg.nix ];