Add master public key for jazz

This commit is contained in:
niten 2023-05-07 08:31:33 -07:00
parent 2f9b763df6
commit 038a50f8da
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
nixos-system = true;
machine-id = "2f6c424858f5401098f79cee215e3268";
master-key = {
public-key = "";
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPw2lRIAf7aC5bPO1AALAx9FPEFNJr1Qn5rxB1ahmX8p";
key-path = "/state/master-key/key";
};
}