This commit is contained in:
Andrew Kidd 2025-01-03 20:23:29 +00:00
parent e8fc02e3ef
commit 9e568e39dc

View file

@ -101,10 +101,10 @@ in
config = { config = {
boot.initrd.network.enable = true; boot.initrd.network.enable = true;
# boot.initrd.postDeviceCommands = '' # boot.initrd.postDeviceCommands = ''
# mkdir -p /mnt-root # mkdir -p $out/mnt-root
# ''; # '';
boot.initrd.extraUtilsCommands = '' boot.initrd.extraUtilsCommands = ''
mkdir -p /mnt-root mkdir -p $out/mnt-root
''; '';
fileSystems = { fileSystems = {