diff options
author | ene <ene@sils.li> | 2023-02-03 17:48:00 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-04 11:55:52 +0100 |
commit | 16cffe3c9143d250c0fdf27f19c9a349d0096f6e (patch) | |
tree | 71d489e3876a3e9227a01d0fc3fa4d059c481617 | |
parent | Style: Formatting (diff) | |
download | nixos-config-16cffe3c9143d250c0fdf27f19c9a349d0096f6e.tar.gz nixos-config-16cffe3c9143d250c0fdf27f19c9a349d0096f6e.zip |
Fix(packages): Removed already by nixos managed ones
Diffstat (limited to '')
-rw-r--r-- | system/packages/packages.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/packages/packages.nix b/system/packages/packages.nix index b0402580..6eb25681 100644 --- a/system/packages/packages.nix +++ b/system/packages/packages.nix @@ -139,8 +139,8 @@ with pkgs; let Hardware = { Boot = [ - efibootmgr # Linux user-space application to modify the EFI Boot Manager - grub # GNU GRand Unified Bootloader (2) + #efibootmgr # Linux user-space application to modify the EFI Boot Manager + #grub # GNU GRand Unified Bootloader (2) ]; Storage = [ |