pi1 | update hardware-configuration

This commit is contained in:
Don Harper 2025-02-23 22:49:13 -06:00
parent cca03c3a21
commit 5953031c96

View file

@ -11,10 +11,11 @@
boot.loader.grub.enable = false; boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true; boot.loader.generic-extlinux-compatible.enable = true;
fileSystems."/" = fileSystems."/" = {
{ device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4"; fsType = "ext4";
}; options = [ "noatime" ];
};
swapDevices = [ ]; swapDevices = [ ];