1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-12 13:37:29 +02:00

change mounts for asmodeus

This commit is contained in:
xqtc 2025-03-23 20:09:02 +01:00
parent 3449a3ce22
commit 45037361f9
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -29,9 +29,9 @@
device = "/dev/disk/by-uuid/bc68de4c-ad5c-4016-ac11-65de448949fe";
fsType = "ext4";
};
fileSystems."/mnt/HDD2" = {
device = "/dev/disk/by-uuid/c37bc41d-8d92-4b7e-ac45-3420804d086c";
fsType = "ext4";
fileSystems."/mnt/SSD1" = {
device = "/dev/disk/by-uuid/a3f94664-325b-4f07-bb41-5d2c88d9ac83";
fsType = "btrfs";
};
swapDevices = [];