From c13cec9d0a707058990786596cb1e9c0c71941ee Mon Sep 17 00:00:00 2001 From: Dennis <52411861+DerDennisOP@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:51:31 +0100 Subject: [PATCH] temp fix for outline (#82) --- systems/palatine-hill/configuration.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index fb7aac3..6dcd211 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -33,8 +33,17 @@ maxJobs = 2; protocol = "ssh-ng"; speedFactor = 2; - supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ]; - systems = [ "x86_64-linux" "x86_64-linux" ]; + systems = [ + "x86_64-linux" + "aarch64-linux" + ]; + + supportedFeatures = [ + "kvm" + "nixos-test" + "big-parallel" + "benchmark" + ]; }]; };