Fix Wi-Fi flakes

This commit is contained in:
Geoffrey Frogeye 2024-01-06 19:10:47 +01:00
parent e013bcfdba
commit 6d98d85642
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 25 additions and 19 deletions

View file

@ -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;