From a4cdae01efb7cac9b0fbf12a1dcc38b047fa503a Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 2 Jun 2021 11:43:56 +0200 Subject: profiles/base: Remove GRUB from base profile After all the goal was to move all hardware specific stuff to the actual machine definition, which includes the boot loader. Since GRUB is enabled by default but with a higher priority value, we now no longer need to mkForce-disable the option for machines using systemd-boot. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index 2e860809..79f7899b 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -19,11 +19,6 @@ in { ''; }; - boot.loader.grub = { - enable = true; - version = 2; - }; - users.defaultUserShell = "/var/run/current-system/sw/bin/zsh"; networking.wireless.enable = false; -- cgit 1.4.1