Remove old dependency

This commit is contained in:
Malte Tammena 2021-06-09 22:32:31 +02:00
parent 35b9e70862
commit 983fbcc8f0

View file

@ -1,11 +1,6 @@
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;