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";
};
};
crypt = {
root = {
end = "-16G";
content = {
type = "luks";
name = "crypt";
passwordFile = "/tmp/secret.key";
settings = {
allowDiscards = true;
};
content = {
type = "zfs";
pool = "zroot";
};
type = "zfs";
pool = "zroot";
};
};
swap = {