From ebc2829be8ffda323b7fa41192c2b5db33520b7f Mon Sep 17 00:00:00 2001 From: root@dishwasher Date: Sun, 26 Jun 2022 21:19:15 +0200 Subject: nixpkgs-fmt --- hosts/cirrus/hardware-configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'hosts/cirrus/hardware-configuration.nix') diff --git a/hosts/cirrus/hardware-configuration.nix b/hosts/cirrus/hardware-configuration.nix index bedfc3b..0325243 100644 --- a/hosts/cirrus/hardware-configuration.nix +++ b/hosts/cirrus/hardware-configuration.nix @@ -5,7 +5,8 @@ { imports = - [ (modulesPath + "/profiles/qemu-guest.nix") + [ + (modulesPath + "/profiles/qemu-guest.nix") ]; boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" ]; @@ -14,12 +15,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/627952eb-107a-43c3-8223-bfea9af92837"; + { + device = "/dev/disk/by-uuid/627952eb-107a-43c3-8223-bfea9af92837"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/5CA6-CCE4"; + { + device = "/dev/disk/by-uuid/5CA6-CCE4"; fsType = "vfat"; }; -- cgit v1.3.1