jffs, kexecboot

pull/7/head
Arnout Engelen 2024-02-21 15:32:42 +01:00
parent 1a85d09077
commit d20b79e06a
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA
2 changed files with 7 additions and 2 deletions

View File

@ -47,6 +47,7 @@
../../modules/arch/mipsel.nix
../../modules/outputs/tftpboot.nix
../../modules/outputs/tplink-safeloader.nix
../../modules/outputs/jffs2.nix
];
config = {
kernel = {

View File

@ -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
];
}