From 3033e1544d86263d1f3501a974e157495142b567 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 17 Mar 2021 20:30:41 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20distributed=20build=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/plato/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/plato/configuration.nix b/hosts/plato/configuration.nix index c49976d..89f2ce4 100644 --- a/hosts/plato/configuration.nix +++ b/hosts/plato/configuration.nix @@ -12,6 +12,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.cleanTmpDir = true; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nixpkgs.config.allowUnfree = true; @@ -29,6 +30,7 @@ users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0mE4MyMnfd1b2nlBJT7kpZ6Vov+ILuGNfzdp5ZBNQe walkah@walkah.net" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC5spf4diguK+w7iYLFr565++6DjHukWfvpN2ru9dCRk nixbuild" ]; users.users.walkah = { isNormalUser = true;