This commit is contained in:
Lyn 2024-11-09 22:15:59 +01:00
parent a2c3512a38
commit bac0fd40b6

View file

@ -26,11 +26,13 @@
}; };
"chungus_1" = { "chungus_1" = {
device = "/dev/disk/by-uuid/2c02d324-df81-4c63-b1f8-16c411d1b34a/"; device = "/dev/disk/by-uuid/2c02d324-df81-4c63-b1f8-16c411d1b34a/";
keyFile = "/root/raid_keyfile"; keyFile = "/mnt-root/root/raid_keyfile";
preLVM = false;
}; };
"chungus_2" = { "chungus_2" = {
device = "/dev/disk/by-uuid/b642a13f-ddb8-4e25-b885-3eea3744a208/"; device = "/dev/disk/by-uuid/b642a13f-ddb8-4e25-b885-3eea3744a208/";
keyFile = "/root/raid_keyfile"; keyFile = "/mnt-root/root/raid_keyfile";
preLVM = false;
}; };
}; };
@ -49,7 +51,7 @@
fileSystems."/mnt/chungus" = { fileSystems."/mnt/chungus" = {
device = "/dev/mapper/chungus_1"; device = "/dev/mapper/chungus_1";
fsType = "btrfs"; fsType = "btrfs";
options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@" "x-systemd.device-timeout=0"]; options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@"];
}; };
swapDevices = [ swapDevices = [
{ {