Move data to dedicated disk
This commit is contained in:
parent
56788025f4
commit
ebc6771a5c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user