Updated media hardware/config

This commit is contained in:
Random936
2025-08-21 20:50:04 -07:00
parent 8706141dee
commit 76f380b38a
2 changed files with 33 additions and 11 deletions

View File

@@ -19,12 +19,12 @@
};
fileSystems."/mnt/media" =
{ device = "/dev/disk/by-uuid/b579c911-e74c-4f03-b918-a4e5a6b764ab";
{ device = "/dev/disk/by-uuid/e9df1e21-553e-43e2-bceb-8a5e274a95b7";
fsType = "ext4";
};
fileSystems."/mnt/files" =
{ device = "/dev/disk/by-uuid/f3a62e58-9556-47d7-b78b-3211f269f4ce";
{ device = "/dev/disk/by-uuid/efc25f40-0cad-404b-8113-526ad5a30539";
fsType = "ext4";
};