fix the tests we broke
This commit is contained in:
parent
5eeb277564
commit
4ddce6e926
3 changed files with 6 additions and 6 deletions
|
@ -9,15 +9,15 @@
|
||||||
./busybox.nix
|
./busybox.nix
|
||||||
./dhcp6c
|
./dhcp6c
|
||||||
./dnsmasq
|
./dnsmasq
|
||||||
./ext4fs.nix
|
./outputs/ext4fs.nix
|
||||||
./firewall
|
./firewall
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./hostapd
|
./hostapd
|
||||||
./hostname.nix
|
./hostname.nix
|
||||||
./initramfs.nix
|
./outputs/initramfs.nix
|
||||||
./jffs2.nix
|
./outputs/jffs2.nix
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
./kexecboot.nix
|
./outputs/kexecboot.nix
|
||||||
./mount
|
./mount
|
||||||
./network
|
./network
|
||||||
./ntp
|
./ntp
|
||||||
|
|
|
@ -5,7 +5,7 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
../../vanilla-configuration.nix
|
../../vanilla-configuration.nix
|
||||||
../../modules/squashfs.nix
|
../../modules/squashfs.nix
|
||||||
../../modules/jffs2.nix
|
../../modules/outputs/jffs2.nix
|
||||||
];
|
];
|
||||||
config.rootfsType = "jffs2";
|
config.rootfsType = "jffs2";
|
||||||
config.filesystem = dir {
|
config.filesystem = dir {
|
||||||
|
|
|
@ -13,7 +13,7 @@ let
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
../../vanilla-configuration.nix
|
../../vanilla-configuration.nix
|
||||||
../../modules/jffs2.nix
|
../../modules/outputs/jffs2.nix
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
services.sshd = longrun {
|
services.sshd = longrun {
|
||||||
|
|
Loading…
Reference in a new issue