no luks maybe
This commit is contained in:
parent
63ee05cebe
commit
57be8c1316
1 changed files with 3 additions and 11 deletions
|
@ -17,21 +17,13 @@
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
crypt = {
|
root = {
|
||||||
end = "-16G";
|
end = "-16G";
|
||||||
content = {
|
|
||||||
type = "luks";
|
|
||||||
name = "crypt";
|
|
||||||
passwordFile = "/tmp/secret.key";
|
|
||||||
settings = {
|
|
||||||
allowDiscards = true;
|
|
||||||
};
|
|
||||||
content = {
|
content = {
|
||||||
type = "zfs";
|
type = "zfs";
|
||||||
pool = "zroot";
|
pool = "zroot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
swap = {
|
swap = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
content = {
|
content = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue