From f777a13f920809ddf0cbd7fb8e36f14edc03af3f Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Dec 2024 21:04:13 +0100 Subject: Remove deprecated `grub.version` option Signed-off-by: Mel --- configuration/devices.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'configuration') diff --git a/configuration/devices.nix b/configuration/devices.nix index f9ec155..0ef8250 100644 --- a/configuration/devices.nix +++ b/configuration/devices.nix @@ -3,7 +3,6 @@ { boot.loader.grub = { enable = true; - version = 2; device = "/dev/sda"; }; -- cgit 1.4.1