about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-30 21:04:13 +0100
committerMel <einebeere@gmail.com>2024-12-30 21:04:13 +0100
commitf777a13f920809ddf0cbd7fb8e36f14edc03af3f (patch)
tree698e610ffbfa15dd4993c92a933bfcd4754b2922
parent3dc0c01bed3aa23b704e48d94bee5e3788d5530c (diff)
downloadspecimen-f777a13f920809ddf0cbd7fb8e36f14edc03af3f.tar.zst
specimen-f777a13f920809ddf0cbd7fb8e36f14edc03af3f.zip
Remove deprecated `grub.version` option
Signed-off-by: Mel <einebeere@gmail.com>
-rw-r--r--configuration/devices.nix1
1 files changed, 0 insertions, 1 deletions
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";
   };