diff --git a/lib/images.nix b/lib/images.nix index e85ae5e2..59862eb6 100644 --- a/lib/images.nix +++ b/lib/images.nix @@ -134,6 +134,7 @@ in rec { nixosZfs = nixosNetboot { modules = [ { + imports = nixosModules; boot.supportedFilesystems = [ "zfs" ]; } ];