Fix paths

This commit is contained in:
alejandro-angulo 2025-12-20 19:00:15 -08:00
parent 77177fe7e4
commit 486c24d9c2

View file

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