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

This commit is contained in:
alejandro-angulo 2025-12-20 19:50:12 -08:00
parent 16e66fa27a
commit b6ae342b2f

View file

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