Added mkIf cfg.enable
This commit is contained in:
parent
896c688be4
commit
e3649128e5
24 changed files with 26 additions and 26 deletions
|
|
@ -15,7 +15,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = mkIf cfg.enable {
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.configurationLimit = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue