From 26ae5ea7f0ef8a7b017924451bcaec7045cfb3cb Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 9 Apr 2024 17:06:04 +0200 Subject: sys/environment: fix UUID --- sys/environment/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/environment/default.nix b/sys/environment/default.nix index d21a820..879c541 100644 --- a/sys/environment/default.nix +++ b/sys/environment/default.nix @@ -30,7 +30,7 @@ etc.crypttab = { enable = true; text = '' - luks-f4ba9aae-e34f-4a72-98ab-88787f7c1986 UUID=ec3b114-502c-425f-b59b-4ef8ffcf7e99 none tpm2-device=auto,noauto + storage UUID=f4ba9aae-e34f-4a72-98ab-88787f7c1986 none tpm2-device=auto,noauto ''; }; }; -- cgit 1.4.1