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";