This commit is contained in:
mjallen18
2024-11-01 11:20:55 -05:00
parent 08511858d6
commit 7e63334b1a
11 changed files with 180 additions and 97 deletions

View File

@@ -92,7 +92,12 @@
fsType = "vfat";
};
swapDevices = [ { device = "/dev/disk/by-uuid/c0b407c5-aaa6-4ff2-89e2-39ebee6bf235"; } ];
swapDevices = [
{
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_1TB_S5P2NS0T307907H-part2";
randomEncryption.enable = true;
}
];
fileSystems."/home/matt/Games" = {
device = "/dev/disk/by-uuid/1adb3161-ef9e-45d9-be5f-dd718186f1b3";