update default rpi config

This commit is contained in:
Travis Staton 2023-02-24 16:09:45 -05:00
parent 67f257e524
commit 739c404f11
6 changed files with 147 additions and 104 deletions

View file

@ -162,6 +162,7 @@ in {
"/boot/firmware" = {
device = "/dev/disk/by-label/${config.sdImage.firmwarePartitionName}";
fsType = "vfat";
options = [ "nofail" "noauto" ];
};
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";