Was partuuid

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 10:32:09 +01:00
parent b4348b9fc9
commit 53dbf68c8d
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -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";