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,14 +8,12 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{
fileSystems."/" = {
device = "/dev/disk/by-uuid/8c377115-06bb-488e-a531-c668dac127f6";
fsType = "ext4";
};
fileSystems."/boot" =
{
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/1A0A-CEB2";
fsType = "vfat";
};