mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-05 22:48:39 +00:00
Fix Earthworm key (#84)
This commit is contained in:
@@ -60,8 +60,10 @@
|
||||
commit.gpgsign = true;
|
||||
gpg.program = "${nixpkgs.gnupg}/bin/gpg";
|
||||
user.signingkey =
|
||||
if machinename == "darwin" || machinename == "earthworm"
|
||||
if machinename == "darwin"
|
||||
then "7C97D679CF3BC4F9"
|
||||
else if machinename == "earthworm"
|
||||
then "6E8B1BA1148AD7C9"
|
||||
else if machinename == "capybara"
|
||||
then "AE90453E879DBCFA"
|
||||
else throw "unrecognised machine name!";
|
||||
|
Reference in New Issue
Block a user