Merge pull request 'fix disk id for nixos-8gb-fsn1-1' (#150) from fix-nixos-8gb-fsn1-1-fix-disk-id into main
Reviewed-on: #150
This commit is contained in:
commit
431c586539
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
boot.kernelModules = [];
|
boot.kernelModules = [];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = [];
|
||||||
boot.supportedFilesystems = ["zfs"];
|
boot.supportedFilesystems = ["zfs"];
|
||||||
boot.loader.grub.devices = ["/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0"];
|
boot.loader.grub.devices = ["/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_16151622"];
|
||||||
boot.loader.timeout = 5;
|
boot.loader.timeout = 5;
|
||||||
boot.initrd.luks.devices = {
|
boot.initrd.luks.devices = {
|
||||||
disk0 = {
|
disk0 = {
|
||||||
|
|
Loading…
Reference in a new issue