This commit is contained in:
iFargle 2023-09-16 22:26:12 +09:00
parent 9357bc78da
commit a431703d48

View file

@ -2,7 +2,7 @@
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }: {
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
nixpkgs.hostPlatform.system = lib.mkDefault "aarch64-linux";
networking.hostName = "nixos-rpi4-img";
networking.firewall.allowedTCPPorts = [ 22 ];
}