Fix broken systemd process manager bootstrap

This commit is contained in:
Sander van der Burg 2022-03-05 13:01:22 +01:00
parent b476741b92
commit 90c4cddb62
3 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,8 @@ makeTest {
virtualisation.memorySize = 8192;
virtualisation.diskSize = 4096;
boot.extraSystemdUnitPaths = [ "/etc/systemd-mutable/system" ];
# We can't download any substitutes in a test environment. To make tests
# faster, we disable substitutes so that Nix does not waste any time by
# attempting to download them.

View File

@ -62,6 +62,8 @@ makeTest {
virtualisation.writableStore = true;
virtualisation.memorySize = 1024;
boot.extraSystemdUnitPaths = [ "/etc/systemd-mutable/system" ];
# We can't download any substitutes in a test environment. To make tests
# faster, we disable substitutes so that Nix does not waste any time by
# attempting to download them.

View File

@ -62,6 +62,8 @@ makeTest {
virtualisation.writableStore = true;
virtualisation.memorySize = 1024;
boot.extraSystemdUnitPaths = [ "/etc/systemd-mutable/system" ];
# We can't download any substitutes in a test environment. To make tests
# faster, we disable substitutes so that Nix does not waste any time by
# attempting to download them.