diff --git a/nixos/roles/hardware.nix b/nixos/roles/hardware.nix index ae7d2db..ac55bcc 100644 --- a/nixos/roles/hardware.nix +++ b/nixos/roles/hardware.nix @@ -1,9 +1,4 @@ { - ... -}: { - imports = [ - ]; - # Bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;