Auto-commit: 2026-01-05 19:49:21

This commit is contained in:
2026-01-05 19:49:21 +00:00
parent be8a390029
commit 503e8788b1

View File

@@ -14,13 +14,13 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/8ef1b753-7a4a-4062-a906-6a01ce7b6111";
fsType = "btrfs";
options = [ "subvol=@" "rw" "relatime" "compress=zstd:3" "ssd" "discard=async" "space_cache=v2" ];
options = [ "subvol=@" "rw" "relatime" "compress=zstd:3" "ssd" "space_cache=v2" ];
};
fileSystems."/home" =
{ device = "/dev/disk/by-uuid/8ef1b753-7a4a-4062-a906-6a01ce7b6111";
fsType = "btrfs";
options = [ "subvol=@home" "rw" "relatime" "compress=zstd:3" "ssd" "discard=async" "space_cache=v2" ];
options = [ "subvol=@home" "rw" "relatime" "compress=zstd:3" "ssd" "space_cache=v2" ];
};
fileSystems."/boot" =
@@ -32,7 +32,7 @@
fileSystems."/data" =
{ device = "/dev/disk/by-uuid/5c58c3c4-2ce8-4ad9-8277-ff7503462f88";
fsType = "btrfs";
options = [ "rw" "relatime" "compress=zstd:3" "ssd" "discard=async" "space_cache=v2" ];
options = [ "rw" "relatime" "compress=zstd:3" "ssd" "space_cache=v2" ];
};
swapDevices =