From 8b1b7f44a516299446692494746d4a6cfacb0a01 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 19 Apr 2023 16:14:24 +0530 Subject: . --- hosts/myrtle/hardware-configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'hosts/myrtle/hardware-configuration.nix') diff --git a/hosts/myrtle/hardware-configuration.nix b/hosts/myrtle/hardware-configuration.nix index 86638d2..099052a 100644 --- a/hosts/myrtle/hardware-configuration.nix +++ b/hosts/myrtle/hardware-configuration.nix @@ -5,7 +5,8 @@ { imports = - [ (modulesPath + "/installer/scan/not-detected.nix") + [ + (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "vmd" "nvme" "usb_storage" "usbhid" "sd_mod" "sdhci_pci" ]; @@ -14,12 +15,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/59c9ddc2-b914-414b-9e7e-74b405cbf3f6"; + { + device = "/dev/disk/by-uuid/59c9ddc2-b914-414b-9e7e-74b405cbf3f6"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/7004-C5AE"; + { + device = "/dev/disk/by-uuid/7004-C5AE"; fsType = "vfat"; }; -- cgit v1.2.3