kexec-installer/test: also apply minimal profile to node1
This commit is contained in:
parent
025b15866f
commit
a39ed8aa59
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@ in makeTest' {
|
|||
};
|
||||
|
||||
nodes = {
|
||||
node1 = { ... }: {
|
||||
node1 = { modulesPath, ... }: {
|
||||
environment.noXlibs = false; # avoid recompilation
|
||||
imports = [
|
||||
(modulesPath + "/profiles/minimal.nix")
|
||||
];
|
||||
|
||||
virtualisation.vlans = [ ];
|
||||
virtualisation.memorySize = 2 * 1024 + 512;
|
||||
virtualisation.diskSize = 4 * 1024;
|
||||
|
|
Loading…
Reference in a new issue