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