From 8a90755f149e34adaee454d60e6a878cf898e40d Mon Sep 17 00:00:00 2001 From: Lyn Date: Fri, 18 Oct 2024 19:54:35 +0200 Subject: [PATCH] hypothetical fix for "waiting for decryption" timeouts after 90 secs --- hosts/supernova/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/supernova/hardware-configuration.nix b/hosts/supernova/hardware-configuration.nix index 0407252..581eaa5 100644 --- a/hosts/supernova/hardware-configuration.nix +++ b/hosts/supernova/hardware-configuration.nix @@ -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 =