test
This commit is contained in:
parent
7e8a921c4e
commit
987c260a1d
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
{ config, lib, pkgs, modulesPath, platform, ... }: {
|
{ config, lib, pkgs, modulesPath, platform, ... }: {
|
||||||
|
# Build this image with:
|
||||||
|
# nix build .#nixosConfigurations.nixos-rpi4-img.config.system.build.sdImage
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||||
nixpkgs.buildPlatform.system = $platform;
|
nixpkgs.buildPlatform.system = $platform;
|
||||||
networking.hostName = "nixos-rpi4-img";
|
networking.hostName = "nixos-rpi4-img";
|
||||||
|
|
Loading…
Reference in a new issue