This commit is contained in:
TheWanderingCrow 2025-08-01 10:25:13 -04:00
parent 187c5c1fbe
commit 149e5c0fbd

View file

@ -3,4 +3,9 @@
device = "/dev/sda";
fsType = "ext4";
};
fileSystems."/efi" = {
device = "systemd-1";
fsType = "autofs";
};
}