From 5449b0af4725b15239a8f58c9e857db2d5434c18 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 25 Sep 2023 10:20:14 -0500 Subject: [PATCH] pixnix: minor cleanup --- hosts/pixnix/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/pixnix/hardware-configuration.nix b/hosts/pixnix/hardware-configuration.nix index 3765270..b01ec79 100644 --- a/hosts/pixnix/hardware-configuration.nix +++ b/hosts/pixnix/hardware-configuration.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, modulesPath, ... }: { - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; boot = { initrd = {