wip devver

This commit is contained in:
root
2024-06-12 15:39:38 -07:00
parent 9cfeab2dce
commit c2ac8e8f6d

View File

@@ -10,7 +10,6 @@
networking.hostName = "devver";
boot.loader.external.enable = true;
boot.loader.external.installHook = pkgs.writeScript "vacuDirectBootInstaller" ''
#TODO: probably copy kernel/initrd to root
mkdir -p /boot
cp $1/kernel /boot/kernel
cp $1/initrd /boot/initrd