Convert dedicated disk to nix store; add noatime option for mounting and require for boot
This commit is contained in:
		| @ -19,9 +19,11 @@ | ||||
|       fsType = "ext4"; | ||||
|     }; | ||||
|  | ||||
|     "/mnt/data" = { | ||||
|     "/nix" = { | ||||
|       device = "/dev/disk/by-label/SDA-EXT"; | ||||
|       fsType = "ext4"; | ||||
|       neededForBoot = true; | ||||
|       options = [ "noatime" ]; | ||||
|     }; | ||||
|  | ||||
|     "/boot" = { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user