test
This commit is contained in:
parent
6e6bfd5d0e
commit
3eccca3633
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ 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.system = lib.mkDefault "aarch64-linux";
|
||||
nixpkgs.buildPlatform.system = "x86_64-linux";
|
||||
networking.hostName = "nixos-rpi4-img";
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
|
Loading…
Reference in a new issue