feat: add zellij and iperf to vtn/tos-gw

This commit is contained in:
Administrator
2025-11-22 17:48:17 +01:00
parent dddd0fa88c
commit 710153d859

View File

@@ -14,6 +14,12 @@
extraHosts = import ../hosts.nix + import ./hosts.nix;
};
environment.systemPackages = with pkgs; [
iperf
zellij
fping
];
services.resolved = {
enable = true;
dnssec = "false";