Add boot.loader.grub.devices

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 10:31:15 +01:00
parent eaa6b8cbdc
commit b4348b9fc9
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -13,6 +13,7 @@
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
boot.kernelParams = ["zfs_force=1"]; # Remove after next boot
boot.loader.grub.devices = "/dev/disk/by-diskuuid/2b59a132-a2ca-5049-bf54-9bd372cea2e8";
fileSystems."/" =
{ device = "tank/nixos";