2152a3f207
it's hacky as Selby, but it's better than no test
8 lines
147 B
Nix
8 lines
147 B
Nix
{ config, pkgs, lib, ... } :
|
|
{
|
|
imports= [
|
|
./configuration.nix
|
|
../../modules/outputs/ext4fs.nix
|
|
];
|
|
rootfsType = lib.mkForce "ext4";
|
|
}
|