This commit is contained in:
Matt Nish-Lapidus 2025-05-05 15:48:03 -04:00
parent a7f600ab10
commit e670de3def
2 changed files with 13 additions and 11 deletions

View file

@ -11,12 +11,14 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/f5d53811-b478-4d20-91e0-4504c33848b4";
{
device = "/dev/disk/by-uuid/f5d53811-b478-4d20-91e0-4504c33848b4";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/E3CE-0A6E";
{
device = "/dev/disk/by-uuid/E3CE-0A6E";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};