From 7f70b37b15f39518e01b07c1a6a9850b2750043a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 16 Sep 2021 14:28:20 -0400 Subject: [PATCH] style: apply nixpkgs-fmt --- hosts/Infini-SWIFT/hardware-configuration.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/hosts/Infini-SWIFT/hardware-configuration.nix b/hosts/Infini-SWIFT/hardware-configuration.nix index d61c3af..00a914e 100644 --- a/hosts/Infini-SWIFT/hardware-configuration.nix +++ b/hosts/Infini-SWIFT/hardware-configuration.nix @@ -16,12 +16,14 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; - fileSystems."/" = { device = "/dev/disk/by-label/4a964f22-e270-42df-ae54-00f91d89edd9"; - fsType = "ext4"; - }; - fileSystems."/boot" = { device = "/dev/disk/by-uuid/6836-6848"; - fsType = "vfat"; - }; + fileSystems."/" = { + device = "/dev/disk/by-label/4a964f22-e270-42df-ae54-00f91d89edd9"; + fsType = "ext4"; + }; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/6836-6848"; + fsType = "vfat"; + }; swapDevices = [ {