diff options
author | sefidel <contact@sefidel.net> | 2023-06-17 07:41:46 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-06-17 07:41:46 +0900 |
commit | 52242d440811a0978af253cf078c482b31c8d8a4 (patch) | |
tree | 000840cc66a59006541b618e30ec780d048e6dc7 | |
parent | 4de201426fbf55cb90b42120268fdd692d25be4f (diff) | |
download | nixrc-52242d440811a0978af253cf078c482b31c8d8a4.tar.gz nixrc-52242d440811a0978af253cf078c482b31c8d8a4.zip |
chore(nixos/alpha): remove redundant grub option
-rw-r--r-- | nixos/alpha/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index e614b46..06f60ce 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -26,7 +26,6 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.grub = { enable = true; - version = 2; efiSupport = true; configurationLimit = 10; |