snowhawk: formatting

main
Zynh Ludwig 2024-07-26 03:27:25 -07:00
parent 3f6f73b74a
commit 3a858e68dc
1 changed files with 8 additions and 10 deletions

View File

@ -8,17 +8,15 @@
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" = {
{ device = "/dev/disk/by-uuid/8c377115-06bb-488e-a531-c668dac127f6";
device = "/dev/disk/by-uuid/8c377115-06bb-488e-a531-c668dac127f6"; fsType = "ext4";
fsType = "ext4"; };
};
fileSystems."/boot" = fileSystems."/boot" = {
{ device = "/dev/disk/by-uuid/1A0A-CEB2";
device = "/dev/disk/by-uuid/1A0A-CEB2"; fsType = "vfat";
fsType = "vfat"; };
};
fileSystems."/data" = { fileSystems."/data" = {
device = "/dev/disk/by-uuid/00a7093a-49ee-41e4-baec-99d8a322a530"; device = "/dev/disk/by-uuid/00a7093a-49ee-41e4-baec-99d8a322a530";