From a4901d51e0bfa814ba349b4853a2d9edf96608bd Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Wed, 14 Aug 2024 10:51:16 -0300 Subject: [PATCH] hardware: format --- hardware-configuration.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index a519391..32edfab 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -5,8 +5,7 @@ { imports = - [ - (modulesPath + "/installer/scan/not-detected.nix") + [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" ]; @@ -15,16 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { - device = "/dev/disk/by-uuid/796d5ad8-db83-4c4f-883d-2f1f4f1937de"; + { device = "/dev/disk/by-uuid/796d5ad8-db83-4c4f-883d-2f1f4f1937de"; fsType = "ext4"; }; boot.initrd.luks.devices."luks-94d233be-889a-46a4-9c20-b7f026980cbf".device = "/dev/disk/by-uuid/94d233be-889a-46a4-9c20-b7f026980cbf"; fileSystems."/boot" = - { - device = "/dev/disk/by-uuid/CA05-302F"; + { device = "/dev/disk/by-uuid/CA05-302F"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };