From 778ceb55e63c3c889c189522c96f906a429a04e3 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 25 Dec 2020 23:11:40 +0100 Subject: [PATCH] Set system architecture for drain --- hosts/drain/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/drain/configuration.nix b/hosts/drain/configuration.nix index 8889530..8f6ea99 100644 --- a/hosts/drain/configuration.nix +++ b/hosts/drain/configuration.nix @@ -6,6 +6,8 @@ (modulesPath + "/installer/cd-dvd/sd-image.nix") ]; + nixpkgs.system = "aarch64-linux"; + boot.loader.grub.enable = false; boot.loader.raspberryPi.enable = true; boot.loader.raspberryPi.version = 4;