1
0
Fork 0

Move data to dedicated disk

This commit is contained in:
clerie 2022-08-14 12:24:31 +02:00
parent 56788025f4
commit ebc6771a5c
1 changed files with 5 additions and 0 deletions

View File

@ -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;