8 lines
No EOL
385 B
Nix
8 lines
No EOL
385 B
Nix
# 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, ... }: {
|
||
nixpkgs.hostPlatform.system = lib.mkDefault "aarch64-linux";
|
||
networking.hostName = "nixos-rpi4-img";
|
||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||
} |