feat(midnight): add CI key for remote builds #28

merged
opened by a.starrysky.fyi targeting main from private/minion/push-ympkyqtupzos

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

Changed files
+8
packetmix
systems
midnight
+8
packetmix/systems/midnight/remoteBuilds.nix
···
··· 1 + # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + { 5 + users.users.remoteBuilds.openssh.authorizedKeys.keys = [ 6 + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGVKhDwlrL4yXGSYrA8Pq40oNJukabt2mFe6ZRLub7oY patisserie-ci" 7 + ]; 8 + }