From 416d7634775127d32927e774899950ecc63c1e91 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Fri, 26 Apr 2024 16:45:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Prevent=20luks=20key=20change=20?= =?UTF-8?q?also=20for=20backup=20disk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 5415437..289f637 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -44,7 +44,8 @@ gracePeriod = 30; keyLength = 64; saltLength = 16; - + replaceKey = false; + storage = { device = "/dev/disk/by-partlabel/disk-backup-ESP"; fsType = "vfat";