hotfix
This commit is contained in:
parent
a2c3512a38
commit
bac0fd40b6
1 changed files with 5 additions and 3 deletions
|
@ -26,11 +26,13 @@
|
|||
};
|
||||
"chungus_1" = {
|
||||
device = "/dev/disk/by-uuid/2c02d324-df81-4c63-b1f8-16c411d1b34a/";
|
||||
keyFile = "/root/raid_keyfile";
|
||||
keyFile = "/mnt-root/root/raid_keyfile";
|
||||
preLVM = false;
|
||||
};
|
||||
"chungus_2" = {
|
||||
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" = {
|
||||
device = "/dev/mapper/chungus_1";
|
||||
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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue