From 4a235fe1e146ca45467ca3990477162a6391a8b3 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:31:22 -0500 Subject: [PATCH] formatting --- modules/hosts/john-p14s/hardware.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/hosts/john-p14s/hardware.nix b/modules/hosts/john-p14s/hardware.nix index 6cae380..789a91c 100644 --- a/modules/hosts/john-p14s/hardware.nix +++ b/modules/hosts/john-p14s/hardware.nix @@ -1,10 +1,9 @@ { self, inputs, ... }: { flake.modules.nixos.p14sHardware = { config, lib, pkgs, modulesPath, ... }: { - imports =[ + imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "usbhid" "sd_mod" ];