Was partuuid
This commit is contained in:
parent
b4348b9fc9
commit
53dbf68c8d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +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";
|
||||
boot.loader.grub.devices = "/dev/disk/by-partuuid/2b59a132-a2ca-5049-bf54-9bd372cea2e8";
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "tank/nixos";
|
||||
|
|
Loading…
Reference in a new issue