feat: add zellij and iperf to vtn/tos-gw
This commit is contained in:
@@ -14,6 +14,12 @@
|
|||||||
extraHosts = import ../hosts.nix + import ./hosts.nix;
|
extraHosts = import ../hosts.nix + import ./hosts.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
iperf
|
||||||
|
zellij
|
||||||
|
fping
|
||||||
|
];
|
||||||
|
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dnssec = "false";
|
dnssec = "false";
|
||||||
|
|||||||
Reference in New Issue
Block a user