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