test
This commit is contained in:
parent
024eecbb4d
commit
caf2f287bf
1 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
} # partition 1 (ESP)
|
||||
{
|
||||
name = "LUKS";
|
||||
name = "LUKS-ROOT";
|
||||
start = "550MiB";
|
||||
end = "-64GiB";
|
||||
content = {
|
||||
|
@ -66,11 +66,12 @@
|
|||
}; # content
|
||||
} # partition 2 (/ BTRFS)
|
||||
{
|
||||
name = "SWAP";
|
||||
name = "LUKS-SWAP";
|
||||
start = "-64GiB";
|
||||
end = "100%";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "SWAP";
|
||||
settings = {
|
||||
keyFile = "/tmp/swap.key";
|
||||
allowDiscards = true;
|
||||
|
|
Loading…
Reference in a new issue