fix the boot disk name

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 10:39:06 +01:00
parent 9406bd8ab6
commit af5928f14f
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -13,7 +13,8 @@
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
boot.kernelParams = ["zfs_force=1"]; # Remove after next boot
boot.loader.grub.devices = [ "/dev/disk/by-partuuid/2b59a132-a2ca-5049-bf54-9bd372cea2e8" ];
boot.loader.grub.devices = [ "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0" ];
boot.loader.timeout = 5;
fileSystems."/" =
{ device = "tank/nixos";