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 = {
"/root" = {
mountOptions = [ "compress=zstd:10" ];
mountpoint = "/mnt/laptop-ssd";
mountOptions = [
"rw"
"user"
"noauto"
"nofail"
"compress=zstd:10"
];
mountpoint = "/media/laptop-ssd";
};
};
};