Fix Wi-Fi flakes
This commit is contained in:
parent
e013bcfdba
commit
6d98d85642
11 changed files with 25 additions and 19 deletions
|
@ -73,7 +73,7 @@ in
|
|||
type = "luks";
|
||||
name = "boot";
|
||||
extraFormatArgs = [ "--type luks1" ];
|
||||
passwordFile = "FIXME";
|
||||
passwordFile = passwordFile;
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/boot";
|
||||
};
|
||||
|
@ -94,7 +94,7 @@ in
|
|||
content = {
|
||||
type = "luks";
|
||||
name = "razmo";
|
||||
passwordFile = "FIXME";
|
||||
passwordFile = passwordFile;
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/razmo";
|
||||
};
|
||||
|
@ -129,7 +129,7 @@ in
|
|||
content = {
|
||||
type = "luks";
|
||||
name = "rapswap";
|
||||
passwordFile = "FIXME";
|
||||
passwordFile = passwordFile;
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/rapswap";
|
||||
allowDiscards = true;
|
||||
|
@ -147,7 +147,7 @@ in
|
|||
type = "luks";
|
||||
name = "rapido";
|
||||
initrdUnlock = true;
|
||||
passwordFile = "FIXME";
|
||||
passwordFile = passwordFile;
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/rapido";
|
||||
allowDiscards = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue