forked from dan/liminix
jffs, kexecboot
This commit is contained in:
parent
1a85d09077
commit
d20b79e06a
|
@ -47,6 +47,7 @@
|
|||
../../modules/arch/mipsel.nix
|
||||
../../modules/outputs/tftpboot.nix
|
||||
../../modules/outputs/tplink-safeloader.nix
|
||||
../../modules/outputs/jffs2.nix
|
||||
];
|
||||
config = {
|
||||
kernel = {
|
||||
|
|
|
@ -24,6 +24,7 @@ in rec {
|
|||
../modules/ssh
|
||||
../modules/bridge
|
||||
../modules/hostapd
|
||||
../modules/outputs/kexecboot.nix
|
||||
];
|
||||
|
||||
hostname = "yardbird";
|
||||
|
@ -149,7 +150,10 @@ in rec {
|
|||
users.root = secrets.root;
|
||||
|
||||
defaultProfile.packages = with pkgs; [
|
||||
figlet
|
||||
#tcpdump
|
||||
tcpdump
|
||||
# for arp
|
||||
nettools
|
||||
# for kexec booting
|
||||
gnutar
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue