# Pastebin VAlwFoho { config, lib, pkgs, ... }: { imports = [ ]; ec2.hvm = true; environment.systemPackages = with pkgs; [ gcc glibc binutils git gnumake wget nmap screen tmux pciutils tcpdump curl strace htop file cpulimit numactl psmisc linuxPackages.perf nox nixops lsof iperf3 emacs ethtool traceroute # manpages manpages posix_man_pages # k8s kubectl ]; networking.firewall.enable = false; networking.hostName = "ip-172-31-32-85.eu-west-3.compute.internal"; services.kubernetes.roles = [ "master" "node" ]; services.kubernetes.masterAddress = "ip-172-31-32-85.eu-west-3.compute.internal"; services.kubernetes.addons.dashboard.enable = true; }