[nidaros] Add signing key to systemConfig
This commit is contained in:
@@ -34,5 +34,6 @@ builtins.mapAttrs (_hostName: systemConfig: defaultConfig // systemConfig) {
|
|||||||
wayland.enable = false;
|
wayland.enable = false;
|
||||||
ssh.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILw1iNuPnX9NGt+UAvBDzkk26d1e4nF+XX2FMm+IRWtt";
|
ssh.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILw1iNuPnX9NGt+UAvBDzkk26d1e4nF+XX2FMm+IRWtt";
|
||||||
address.private = common.localIpAddr 228;
|
address.private = common.localIpAddr 228;
|
||||||
|
git.signing.key = "4E323F914029E976";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user