mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
diskoConfigs/laptop-ssd: update mount options
This commit is contained in:
parent
507eb3f264
commit
56820b1611
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user