framework-2024-12-25-12-37-33
This commit is contained in:
@ -18,22 +18,22 @@
|
||||
];
|
||||
|
||||
fileSystems = {
|
||||
# "/" = {
|
||||
# device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc";
|
||||
# fsType = "btrfs";
|
||||
# options = [
|
||||
# "subvol=root"
|
||||
# "discard=async"
|
||||
# "compress=zstd"
|
||||
# "nodiratime"
|
||||
# "noatime"
|
||||
# ];
|
||||
# };
|
||||
"/" = {
|
||||
device = "none";
|
||||
fsType = "tmpfs";
|
||||
options = ["defaults" "size=16G" "mode=755"];
|
||||
device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc";
|
||||
fsType = "btrfs";
|
||||
options = [
|
||||
"subvol=root"
|
||||
"discard=async"
|
||||
"compress=zstd"
|
||||
"nodiratime"
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
# "/" = {
|
||||
# device = "none";
|
||||
# fsType = "tmpfs";
|
||||
# options = ["defaults" "size=16G" "mode=755"];
|
||||
# };
|
||||
"/home" = {
|
||||
device = "/dev/disk/by-uuid/20780bfe-5714-4c2f-bf53-7296b76cfbdc";
|
||||
fsType = "btrfs";
|
||||
|
Reference in New Issue
Block a user