fix disko_luks syntax
This commit is contained in:
@@ -20,20 +20,20 @@
|
|||||||
};
|
};
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
extraArgs = [ "-f -L NAS-RAID" ];
|
extraArgs = ["-f -L NAS-RAID"];
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"@" = {
|
"@" = {
|
||||||
mountpoint = "/mnt/Pluto";
|
mountpoint = "/mnt/Pluto";
|
||||||
mountOptions = [ "compress=zstd" "noatime" "ssd" "discard=async" ];
|
mountOptions = ["compress=zstd" "noatime" "ssd" "discard=async"];
|
||||||
};
|
};
|
||||||
"@/Backups";
|
"@/Backups" = {};
|
||||||
"@/Media";
|
"@/Media" = {};
|
||||||
"@/Games";
|
"@/Games" = {};
|
||||||
"@/IT";
|
"@/IT" = {};
|
||||||
"@/Rest";
|
"@/Rest" = {};
|
||||||
"@snapshots" = {
|
"@snapshots" = {
|
||||||
mountpoint = "/mnt";
|
mountpoint = "/mnt";
|
||||||
mountOptions = [ "compress=zstd" "noatime" "ssd" "discard=async" ];
|
mountOptions = ["compress=zstd" "noatime" "ssd" "discard=async"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user