diff --git a/system/starlight/boot-config.nix b/system/starlight/boot-config.nix index 4fcd4f4..dac8f90 100644 --- a/system/starlight/boot-config.nix +++ b/system/starlight/boot-config.nix @@ -13,6 +13,9 @@ signing-certificate = "/root/secure-boot/db.crt"; }; + # Device fails with uas + kernelParams = [ "usb-storage.quirks=152d:0578:u" ]; + # Encrypted drives initrd.luks = { reusePassphrases = true;