This commit is contained in:
Joseph Hanson 2024-09-03 23:02:37 -05:00
parent 5e29ab2602
commit 37c9dcfa99
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -12,6 +12,9 @@ in
(import ../../profiles/disko-nixos.nix { disks = [ "/dev/sda|/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_500GB_S58SNM0W406409E" ]; })
];
# Debug
boot.zfs.forceImportRoot = true;
boot = {
initrd = {
kernelModules = [ "nfs" ];