From 710153d859e4c1f77939fd563c8f75ab4f2254c6 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 22 Nov 2025 17:48:17 +0100 Subject: [PATCH] feat: add zellij and iperf to vtn/tos-gw --- gw/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gw/default.nix b/gw/default.nix index 7c633a5..342c84b 100644 --- a/gw/default.nix +++ b/gw/default.nix @@ -14,6 +14,12 @@ extraHosts = import ../hosts.nix + import ./hosts.nix; }; + environment.systemPackages = with pkgs; [ + iperf + zellij + fping + ]; + services.resolved = { enable = true; dnssec = "false";