From 0d2ae00b00fe53996cd4578094dcc17aa3b3bfb4 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 26 Jul 2023 13:08:25 +0200 Subject: [PATCH] testLib.makeDiskoTest: remove base & minimal profile --- lib/tests.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/tests.nix b/lib/tests.nix index f2edcbf..74ed3f9 100644 --- a/lib/tests.nix +++ b/lib/tests.nix @@ -155,9 +155,15 @@ let devices = testConfigInstall.disko.devices; }; }) - (modulesPath + "/profiles/base.nix") - (modulesPath + "/profiles/minimal.nix") extraInstallerConfig + + # from base.nix + ({ config, ... }: { + boot.supportedFilesystems = + [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs" ] ++ + lib.optional (lib.meta.availableOn pkgs.stdenv.hostPlatform config.boot.zfs.package) "zfs"; + networking.hostId = "8425e349"; + }) ]; environment.systemPackages = [ pkgs.jq