summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-03 21:38:08 +0100
committersils <sils@sils.li>2023-11-03 21:38:08 +0100
commit6c7eae9690a0f63a80eb93f6bc3de948f3e45070 (patch)
tree2e7f70777e6290296e345e458009b9cd6c4c6081 /sys
parentfeat(s/users): add sils to video group (diff)
downloadnix-config-6c7eae9690a0f63a80eb93f6bc3de948f3e45070.tar.gz
nix-config-6c7eae9690a0f63a80eb93f6bc3de948f3e45070.zip
fix(sys/environment): correct crypttab entry
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 bf8ec5f..ec60581 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
+        luks-f4ba9aae-e34f-4a72-98ab-88787f7c1986 UUID=ec3b114-502c-425f-b59b-4ef8ffcf7e99 tpm2-device=auto noauto
       '';
     };
   };