hypothetical fix for "waiting for decryption" timeouts after 90 secs
This commit is contained in:
parent
1781bd41a2
commit
8a90755f14
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/0374-0967";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" "umask=0077" ];
|
||||
options = [ "fmask=0022" "dmask=0022" "umask=0077" "x-systemd.device-timeout=0"];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
|
|
Loading…
Reference in a new issue