mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General]: Update configuration to NixOS 23.05 beta
This commit is contained in:
parent
786727693f
commit
e7f7c9a669
9 changed files with 46 additions and 27 deletions
1
boot.nix
1
boot.nix
|
|
@ -209,7 +209,6 @@ in {
|
|||
|
||||
loader.grub.enable = cfg.useGrub;
|
||||
loader.grub = {
|
||||
version = 2;
|
||||
device = mkIf cfg.efi "nodev";
|
||||
efiSupport = cfg.efi;
|
||||
configurationLimit = cfg.configurationLimit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue