diff --git a/system/hardware.nix b/system/hardware.nix index 0fcdcbd..76a4e8d 100644 --- a/system/hardware.nix +++ b/system/hardware.nix @@ -19,9 +19,11 @@ fsType = "ext4"; }; - "/mnt/data" = { + "/nix" = { device = "/dev/disk/by-label/SDA-EXT"; fsType = "ext4"; + neededForBoot = true; + options = [ "noatime" ]; }; "/boot" = {