This commit is contained in:
iFargle 2023-09-18 11:18:14 +09:00
parent 0218f15fdb
commit 7e8a921c4e

View file

@ -1,8 +1,6 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }: {
{ config, lib, pkgs, modulesPath, platform, ... }: {
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
nixpkgs.buildPlatform.system = $platform;
networking.hostName = "nixos-rpi4-img";
networking.firewall.allowedTCPPorts = [ 22 ];
}