debug
This commit is contained in:
parent
5e29ab2602
commit
37c9dcfa99
1 changed files with 3 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue