From 853055b3440c838d57bc3788190a45f9a4c88ad4 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 15 Oct 2025 09:41:18 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:routers/white-house/configuration.nix --- routers/white-house/configuration.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/routers/white-house/configuration.nix b/routers/white-house/configuration.nix index c5bb4af..6567d03 100644 --- a/routers/white-house/configuration.nix +++ b/routers/white-house/configuration.nix @@ -107,5 +107,21 @@ rec { // wirelessConfig; }; }; + defaultProfile.packages = with pkgs; [ + busybox + tcpdump + socat + iptables + usbutils + (levitate.override { + config = { + services = { + inherit (config.services) dhcp6c sshd watchdog; + }; + defaultProfile.packages = [ mtdutils ]; + users.root = config.users.root; + }; + }) + ]; }