diff options
| author | root@dishwasher | 2022-06-26 21:19:15 +0200 |
|---|---|---|
| committer | root@dishwasher | 2022-06-26 21:19:15 +0200 |
| commit | ebc2829be8ffda323b7fa41192c2b5db33520b7f (patch) | |
| tree | f8f60ca47261c8c823a699c7c1e1510d40efaaa1 /hosts/cirrus/hardware-configuration.nix | |
| parent | 35e93ce43b12e3be922e37b27f74d5d4b86929f4 (diff) | |
nixpkgs-fmt
Diffstat (limited to 'hosts/cirrus/hardware-configuration.nix')
| -rw-r--r-- | hosts/cirrus/hardware-configuration.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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"; }; |
