diff --git a/machines/orbi/hardware-configuration/hardware-configuration.nix b/machines/orbi/hardware-configuration/hardware-configuration.nix index 2efd98b..842c19e 100644 --- a/machines/orbi/hardware-configuration/hardware-configuration.nix +++ b/machines/orbi/hardware-configuration/hardware-configuration.nix @@ -7,6 +7,7 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") + (modulesPath + "/profiles/hardened.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "usbhid" ];