diff --git a/net-image/net-image.nix b/net-image/net-image.nix index 6e255cf..70af278 100644 --- a/net-image/net-image.nix +++ b/net-image/net-image.nix @@ -101,10 +101,10 @@ in config = { boot.initrd.network.enable = true; # boot.initrd.postDeviceCommands = '' - # mkdir -p /mnt-root + # mkdir -p $out/mnt-root # ''; boot.initrd.extraUtilsCommands = '' - mkdir -p /mnt-root + mkdir -p $out/mnt-root ''; fileSystems = {