Solving some more errors

This commit is contained in:
Lyes Saadi 2025-11-01 14:31:46 +00:00
parent 898becc113
commit f7f81c1c2e
5 changed files with 15 additions and 15 deletions

View file

@ -19,18 +19,16 @@
};
luks = {
size = "100%";
settings = {
# if you want to use the key for interactive login be sure there is no trailing newline
# for example use `echo -n "password" > /tmp/secret.key`
keyFile = "/tmp/secret.key";
allowDiscards = true;
};
# additionalKeyFiles = [ "/tmp/additionalSecret.key" ];
content = {
type = "luks";
name = "crypted";
settings = {
# if you want to use the key for interactive login be sure there is no trailing newline
# for example use `echo -n "password" > /tmp/secret.key`
# keyFile = "/tmp/secret.key";
allowDiscards = true;
};
# additionalKeyFiles = [ "/tmp/additionalSecret.key" ];
content = {
type = "btrfs";