This commit is contained in:
iFargle 2023-09-21 11:52:09 +09:00
parent c7f027fa04
commit f7dc66ccc0
2 changed files with 2 additions and 2 deletions

View file

@ -18,4 +18,4 @@
font-awesome
];
};
}
}

View file

@ -3,7 +3,7 @@
# nix build .#nixosConfigurations.nixos-rpi4-img.config.system.build.sdImage
nixpkgs.hostPlatform.system = "aarch64-linux";
nixpkgs.buildPlatform.system = "x86_64-linux";
nixpkgs.crossSystem.system = "armv7l-linux";
# nixpkgs.crossSystem.system = "armv7l-linux";
networking.hostName = "nixos-rpi4-img";
networking.firewall.allowedTCPPorts = [ 22 ];
}