11 lines
No EOL
398 B
Nix
11 lines
No EOL
398 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, ... }: {
|
||
imports = [
|
||
(modulesPath + "/installer/scan/not-detected.nix")
|
||
|
||
];
|
||
networking.hostName = "nixos-rpi4-img";
|
||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||
} |