diff --git a/hosts/storage-2/hardware-configuration.nix b/hosts/storage-2/hardware-configuration.nix index 4f96150..b632af7 100644 --- a/hosts/storage-2/hardware-configuration.nix +++ b/hosts/storage-2/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/data" = + { device = "/dev/disk/by-uuid/d5594332-3352-4920-832f-1b7f38fbbaee"; + fsType = "ext4"; + }; + swapDevices = [ ]; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;