diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-07 14:39:16 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-07 14:39:16 +0200 |
| commit | 3ff5cea79bce974a3bafaccf1d528973f209b581 (patch) | |
| tree | e0635ac41d2d87363316b238c54bd336a6971d5e /hosts/nixbook-pro/default.nix | |
| parent | b627fcc10bb7dce26ab5ca78a75cd330762aa96b (diff) | |
Diffstat (limited to 'hosts/nixbook-pro/default.nix')
| -rw-r--r-- | hosts/nixbook-pro/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/nixbook-pro/default.nix b/hosts/nixbook-pro/default.nix index ed59bf9..076912b 100644 --- a/hosts/nixbook-pro/default.nix +++ b/hosts/nixbook-pro/default.nix @@ -14,6 +14,7 @@ boot.loader = { efi.canTouchEfiVariables = true; grub = { + memtest86.enable = true; enable = true; device = "nodev"; efiSupport = true; |