From bc8c7a9c2ba7552a700b977b7e13770227a236b3 Mon Sep 17 00:00:00 2001 From: Gonne Kretschmer Date: Thu, 19 Oct 2023 13:54:38 +0200 Subject: [PATCH] Not needed for boot --- nixos/machines/ghatanothoa/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/ghatanothoa/hardware-configuration.nix b/nixos/machines/ghatanothoa/hardware-configuration.nix index ad588c9..d1cf0e2 100644 --- a/nixos/machines/ghatanothoa/hardware-configuration.nix +++ b/nixos/machines/ghatanothoa/hardware-configuration.nix @@ -10,7 +10,7 @@ device = "/dev/disk/by-uuid/e0a160ef-7d46-4705-9152-a6b602898136"; fsType = "btrfs"; options = [ "subvol=persist" ]; - neededForBoot = true; +# neededForBoot = true; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/19da7f3a-69da-4fa8-bb68-b355d7697ba7";