mirror of
https://github.com/nix-community/disko.git
synced 2024-11-09 00:04:18 +03:00
testLib.makeDiskoTest: remove base & minimal profile
This commit is contained in:
parent
aa433abf67
commit
0d2ae00b00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user