about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-06-23T12·29+0200
committersterni <sternenseemann@systemli.org>2023-06-23T23·20+0000
commitf46a0f7d6e6c5c2c21d8df42b1cbe076cc2060af (patch)
tree9a17ed196c79d449d6c215d01fc8d6f6535a93df /ops/machines
parentc3628af8cc4ec79dc03b47db724b29da7b3d47ba (diff)
chore(ops/whitby): drop obsolete grub version option r/6350
Change-Id: I8f89f00d3eca5cef23dc7698208b08e0b6826393
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8854
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/whitby/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index c7874cd235..61ab426dfb 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -105,7 +105,6 @@ in
 
     loader.grub = {
       enable = true;
-      version = 2;
       efiSupport = true;
       efiInstallAsRemovable = true;
       device = "/dev/disk/by-id/nvme-SAMSUNG_MZQLB1T9HAJR-00007_S439NA0N201620";