We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a374c54 commit 19099e2Copy full SHA for 19099e2
modules/installer.nix
@@ -54,7 +54,10 @@ with builtins; with lib; {
54
55
contents = [
56
{ source = config.environment.etc."wsl.conf".source; target = "/etc/wsl.conf"; }
57
+ { source = config.environment.etc."fstab".source; target = "/etc/fstab"; }
58
{ source = passwd; target = "/etc/passwd"; }
59
+ { source = "${pkgs.busybox}/bin/busybox"; target = "/bin/sh"; }
60
+ { source = "${pkgs.busybox}/bin/busybox"; target = "/bin/mount"; }
61
];
62
};
63
0 commit comments