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