{ ... }:
{
networking.hostName = "nixos";
networking.wireless = {
iwd = {
enable = true;
};
networking.firewall = {
allowedTCPPorts = [ 22 ];
}