diskoConfigs/laptop-ssd: update mount options

This commit is contained in:
Gabriel Arazas 2024-12-03 12:43:11 +08:00
parent 507eb3f264
commit 56820b1611
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -17,8 +17,14 @@
subvolumes = { subvolumes = {
"/root" = { "/root" = {
mountOptions = [ "compress=zstd:10" ]; mountOptions = [
mountpoint = "/mnt/laptop-ssd"; "rw"
"user"
"noauto"
"nofail"
"compress=zstd:10"
];
mountpoint = "/media/laptop-ssd";
}; };
}; };
}; };