diff options
author | lassulus <lassulus@lassul.us> | 2022-05-29 21:06:43 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-05-29 21:06:43 +0200 |
commit | 560b925e47faa283a13f63b096b66f6f8beeb754 (patch) | |
tree | 6315d794e0a9129b758d0a19e0d3bf846174052b | |
parent | aa5688dfd85512bc46159ac64f6f57d987d86802 (diff) |
l lasspi.r: remove extlinux-compat
-rw-r--r-- | lass/1systems/lasspi/physical.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lass/1systems/lasspi/physical.nix b/lass/1systems/lasspi/physical.nix index 80c459a95..868bafad5 100644 --- a/lass/1systems/lasspi/physical.nix +++ b/lass/1systems/lasspi/physical.nix @@ -25,7 +25,6 @@ version = 4; }; boot.loader.grub.enable = false; - boot.loader.generic-extlinux-compatible.enable = true; # Required for the Wireless firmware hardware.enableRedistributableFirmware = true; |