From 3a858e68dc6a6db379f008efd1e55b3f13d9fa2d Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 26 Jul 2024 03:27:25 -0700 Subject: [PATCH] snowhawk: formatting --- hosts/snowhawk/hardware-configuration.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index a908908..7142354 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -8,17 +8,15 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; - fileSystems."/" = - { - device = "/dev/disk/by-uuid/8c377115-06bb-488e-a531-c668dac127f6"; - fsType = "ext4"; - }; + fileSystems."/" = { + device = "/dev/disk/by-uuid/8c377115-06bb-488e-a531-c668dac127f6"; + fsType = "ext4"; + }; - fileSystems."/boot" = - { - device = "/dev/disk/by-uuid/1A0A-CEB2"; - fsType = "vfat"; - }; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/1A0A-CEB2"; + fsType = "vfat"; + }; fileSystems."/data" = { device = "/dev/disk/by-uuid/00a7093a-49ee-41e4-baec-99d8a322a530";