Fix fstab
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
alejandro-angulo 2025-12-20 19:20:37 -08:00
parent 486c24d9c2
commit b586fb9e07

View file

@ -24,13 +24,13 @@
boot.kernelModules = [ "kvm-intel" ];
fileSystems."/" = {
device = "dev/disk/by-uuid/6119992c-19b7-42e6-8480-8bedccc23fc7 ";
device = "/dev/disk/by-uuid/6119992c-19b7-42e6-8480-8bedccc23fc7 ";
fsType = "bcachefs";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/8921-299E";
fsType = "fat32";
fsType = "vfat";
};
swapDevices = [ ];