make disk generic

This commit is contained in:
Don Harper 2024-06-14 06:24:05 -05:00
parent 0a84c70166
commit 97691e528a

View file

@ -14,7 +14,7 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
{ device = "/dev/mmcblk0p2";
fsType = "ext4";
};