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