no luks maybe

This commit is contained in:
twoneis 2024-05-06 21:54:36 +02:00
parent 63ee05cebe
commit 57be8c1316

View file

@ -17,19 +17,11 @@
mountpoint = "/boot"; mountpoint = "/boot";
}; };
}; };
crypt = { root = {
end = "-16G"; end = "-16G";
content = { content = {
type = "luks"; type = "zfs";
name = "crypt"; pool = "zroot";
passwordFile = "/tmp/secret.key";
settings = {
allowDiscards = true;
};
content = {
type = "zfs";
pool = "zroot";
};
}; };
}; };
swap = { swap = {