mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/gw-router/default.nix
This commit is contained in:
2026-08-03 10:39:50 +07:00
parent b519d3ef32
commit cf5ac890b9
2 changed files with 69 additions and 1 deletions
+13 -1
View File
@@ -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 ];
}