c81e7c4d35
standard.nix isn't, is the essence here. Not all devices support flashimage as it is currently defined - some have diskimage, some have neither
39 lines
666 B
Nix
39 lines
666 B
Nix
# Import all of the modules, used in the documentation generator. Not
|
|
# currently expected to work in an actual configuration, but it would
|
|
# be nice if it did.
|
|
|
|
{
|
|
imports = [
|
|
./base.nix
|
|
./bridge
|
|
./busybox.nix
|
|
./dhcp6c
|
|
./dnsmasq
|
|
./ext4fs.nix
|
|
./firewall
|
|
./hardware.nix
|
|
./hostapd
|
|
./hostname.nix
|
|
./initramfs.nix
|
|
./jffs2.nix
|
|
./kernel.nix
|
|
./kexecboot.nix
|
|
./mount
|
|
./network
|
|
./ntp
|
|
./outputs.nix
|
|
./outputs/vmroot.nix
|
|
./outputs/ubimage.nix
|
|
./outputs/flashimage.nix
|
|
./ppp
|
|
./ramdisk.nix
|
|
./squashfs.nix
|
|
./ssh
|
|
./tftpboot.nix
|
|
./ubifs.nix
|
|
./users.nix
|
|
./vlan
|
|
./watchdog
|
|
./wlan.nix
|
|
];
|
|
}
|