satnogs-nixos-deployment/modules/rpi.nix

6 lines
220 B
Nix

{ config, pkgs, ... }: {
nixpkgs.config.allowUnsupportedSystem = true;
nixpkgs.hostPlatform.system = "aarch64-linux";
#nixpkgs.buildPlatform.system = "x86_64-linux"; #If you build on x86 other wise changes this.
}