add 1tbssd

This commit is contained in:
Kopatz
2024-05-10 13:19:24 +02:00
parent 58ac9e897c
commit bb3d6dea47
2 changed files with 13 additions and 8 deletions

View File

@@ -33,6 +33,11 @@
fsType = "btrfs";
options = [ "compress=zstd" "noatime" ];
};
fileSystems."/1tbssd" =
{ device = "/dev/disk/by-uuid/801d9217-9c38-4ca8-914e-e31361603892";
fsType = "ext4";
options = ["defaults" "nofail" "noatime"];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/af6bf3d5-07a4-4139-9464-ffc1c4e23549"; }