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; + }; + }) + ]; }