gummiboot: Automatically disable GRUB

This commit is contained in:
Eelco Dolstra
2014-04-30 11:47:18 +02:00
parent e9be441b62
commit 9bb209a3bd
4 changed files with 3 additions and 4 deletions
@@ -54,6 +54,8 @@ in {
}
];
boot.loader.grub.enable = mkDefault false;
system = {
build.installBootLoader = gummibootBuilder;