From 53dbf68c8d504c5e78a6d1ded1710c4c2f406cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 14 Jan 2022 10:32:09 +0100 Subject: [PATCH] Was partuuid --- config/nixos-8gb-fsn1-1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nixos-8gb-fsn1-1.nix b/config/nixos-8gb-fsn1-1.nix index 06837ffa..7463f9e9 100644 --- a/config/nixos-8gb-fsn1-1.nix +++ b/config/nixos-8gb-fsn1-1.nix @@ -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";