mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/gw-router/default.nix
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
manifest.categories = [ "System" ];
|
||||
|
||||
roles.default = {
|
||||
description = "A router role for managing a node as a router";
|
||||
description = "A default role for the router node";
|
||||
|
||||
interface =
|
||||
{ lib, config, ... }:
|
||||
@@ -31,7 +31,19 @@
|
||||
in
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tcpdump
|
||||
mtr
|
||||
ethtool
|
||||
conntrack-tools
|
||||
knot-dns
|
||||
iftop
|
||||
librespeed-cli
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ ./pppoe.nix ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user