From 69ac1c357916da1af345609549f4d132092f079a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 26 Apr 2024 14:02:10 +0300 Subject: [PATCH] vno1-op5p keyfile: accept any usb stick as long as there is one. --- hosts/vno1-op5p/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vno1-op5p/configuration.nix b/hosts/vno1-op5p/configuration.nix index e82d7f5..8566f08 100644 --- a/hosts/vno1-op5p/configuration.nix +++ b/hosts/vno1-op5p/configuration.nix @@ -19,7 +19,7 @@ in { allowDiscards = true; keyFileOffset = 9728; keyFileSize = 512; - keyFile = "/dev/disk/by-id/usb-Generic_Flash_Disk_1EA30F29-0:0"; + keyFile = "/dev/sda"; }; }; };