no luks maybe
This commit is contained in:
parent
63ee05cebe
commit
57be8c1316
1 changed files with 3 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue