about summary refs log tree commit diff
path: root/configuration/devices.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration/devices.nix')
-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";
   };