style: format hardware/rpi4.nix

This commit is contained in:
Felix Schröter 2020-09-27 18:44:17 +02:00
parent a1806d8094
commit b5cac99097
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -6,15 +6,15 @@
boot.kernelModules = [ ]; boot.kernelModules = [ ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/boot" = fileSystems."/boot" = {
{ device = "/dev/disk/by-label/NIXOS_BOOT"; device = "/dev/disk/by-label/NIXOS_BOOT";
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/" = fileSystems."/" = {
{ device = "/dev/disk/by-label/NIXOS_SD"; device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4"; fsType = "ext4";
}; };
swapDevices = [ ]; swapDevices = [ ];