RLHIXTT6EVG4LNS4GIUPU6ZFCIP6ALOU74SWFLLZSGN63TTHLXMAC
VG5ZNJ3K6FPBEEEA5GX4I7ARZDGO3EYIQX2PDLUSUHIKTDCMKKYQC
EQWBRL6L7JCCRIJO5O4DEA3IV4IAI4RHKL3LOBNDXPOYM3TK5SSAC
# environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget # firefox # ];
# environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
# firefox
# ];
environment.systemPackages = with pkgs; [ iperf ];
environment.systemPackages = with pkgs; [
iperf
];
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 5201 # iperf ]; networking.firewall.allowedUDPPorts = [ 5201 # iperf ];
networking.firewall.allowedTCPPorts = [
5201 # iperf
networking.firewall.allowedUDPPorts = [