From 77962d0de747d241ba1906aaf402022ed90d5929 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Thu, 18 Sep 2025 18:03:09 +0000 Subject: [PATCH] feat(midnight): add CI key for remote builds Change-Id: ympkyqtupzosrpyknsvyuwpqttkooynt We're remote building in CI to get around Tangled's limitations for nix (and to avoid us having to figure out how to make nixery play nice with a mounted nix daemon...) Therefore, we'll need a remoteBuilds key that our Spindle can use --- packetmix/systems/midnight/remoteBuilds.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packetmix/systems/midnight/remoteBuilds.nix diff --git a/packetmix/systems/midnight/remoteBuilds.nix b/packetmix/systems/midnight/remoteBuilds.nix new file mode 100644 index 00000000..03b1e097 --- /dev/null +++ b/packetmix/systems/midnight/remoteBuilds.nix @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2025 FreshlyBakedCake +# +# SPDX-License-Identifier: MIT +{ + users.users.remoteBuilds.openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGVKhDwlrL4yXGSYrA8Pq40oNJukabt2mFe6ZRLub7oY patisserie-ci" + ]; +} -- 2.43.0