summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-09 17:06:04 +0200
committerSilas Schöffel <sils@sils.li>2024-04-10 18:04:16 +0200
commit26ae5ea7f0ef8a7b017924451bcaec7045cfb3cb (patch)
treeaa75b49c0a1365710b96c765bff21091fb6f854c /sys
parentbasesystem: set lanzaboote.settings.editor to false (diff)
downloadnix-config-26ae5ea7f0ef8a7b017924451bcaec7045cfb3cb.tar.gz
nix-config-26ae5ea7f0ef8a7b017924451bcaec7045cfb3cb.zip
sys/environment: fix UUID
Diffstat (limited to 'sys')
-rw-r--r--sys/environment/default.nix2
1 files changed, 1 insertions, 1 deletions
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
       '';
     };
   };