2023-09-16 14:32:14 +02:00
|
|
|
|
# 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, ... }: {
|
2023-09-17 02:23:11 +02:00
|
|
|
|
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
2023-09-16 14:32:14 +02:00
|
|
|
|
networking.hostName = "nixos-rpi4-img";
|
|
|
|
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
|
|
|
|
}
|