From 6bd2d69a5806d9cc498a65ddc7fc79a199140b55 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 13 Jun 2026 23:05:19 -0400 Subject: format using alejandra --- hosts/nepsis/hardware-configuration.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'hosts/nepsis/hardware-configuration.nix') diff --git a/hosts/nepsis/hardware-configuration.nix b/hosts/nepsis/hardware-configuration.nix index 9e77966..312756f 100644 --- a/hosts/nepsis/hardware-configuration.nix +++ b/hosts/nepsis/hardware-configuration.nix @@ -7,9 +7,7 @@ pkgs, modulesPath, ... -}: - -{ +}: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; @@ -22,9 +20,9 @@ "usb_storage" "sd_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; - boot.extraModulePackages = [ ]; + boot.initrd.kernelModules = []; + boot.kernelModules = ["kvm-amd"]; + boot.extraModulePackages = []; fileSystems."/" = { device = "/dev/disk/by-uuid/a0aa3a6b-4970-4c7d-b793-57561ed4ae03"; @@ -41,7 +39,7 @@ }; swapDevices = [ - { device = "/dev/disk/by-uuid/1efeebba-c2ce-4ab9-87d6-e986933d7678"; } + {device = "/dev/disk/by-uuid/1efeebba-c2ce-4ab9-87d6-e986933d7678";} ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking -- cgit v1.3.1