{ config, pkgs, lib, ... } :
{
  imports = [
    ../../vanilla-configuration.nix
    ../../modules/jffs2.nix
  ];
}