7 lines
322 B
Nix
7 lines
322 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, ... }: {
|
|||
|
networking.hostName = "nixos-rpi4-img";
|
|||
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
|||
|
}
|