fix the tests we broke

pull/2/head
Daniel Barlow 2023-12-10 17:12:57 +00:00
parent 5eeb277564
commit 4ddce6e926
3 changed files with 6 additions and 6 deletions

View File

@ -9,15 +9,15 @@
./busybox.nix
./dhcp6c
./dnsmasq
./ext4fs.nix
./outputs/ext4fs.nix
./firewall
./hardware.nix
./hostapd
./hostname.nix
./initramfs.nix
./jffs2.nix
./outputs/initramfs.nix
./outputs/jffs2.nix
./kernel.nix
./kexecboot.nix
./outputs/kexecboot.nix
./mount
./network
./ntp

View File

@ -5,7 +5,7 @@ in {
imports = [
../../vanilla-configuration.nix
../../modules/squashfs.nix
../../modules/jffs2.nix
../../modules/outputs/jffs2.nix
];
config.rootfsType = "jffs2";
config.filesystem = dir {

View File

@ -13,7 +13,7 @@ let
in {
imports = [
../../vanilla-configuration.nix
../../modules/jffs2.nix
../../modules/outputs/jffs2.nix
];
config = {
services.sshd = longrun {