diff options
author | sils <sils@sils.li> | 2023-11-06 20:37:53 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-06 20:37:53 +0100 |
commit | c0d9c279a2865e5ccce139f061e97bf7a83d9386 (patch) | |
tree | f31346db76b3e04932f65113d1e963b4137240ab /sys/environment/default.nix | |
parent | fix(sys/environment): correct crypttab entry (diff) | |
download | nix-config-c0d9c279a2865e5ccce139f061e97bf7a83d9386.tar.gz nix-config-c0d9c279a2865e5ccce139f061e97bf7a83d9386.zip |
fix(sys/environment): correct "correct crypttab entry"
This reverts commit 6c7eae9690a0f63a80eb93f6bc3de948f3e45070, which caused a lot of pita.
Diffstat (limited to 'sys/environment/default.nix')
-rw-r--r-- | sys/environment/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/environment/default.nix b/sys/environment/default.nix index ec60581..bf8ec5f 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 tpm2-device=auto noauto + luks-f4ba9aae-e34f-4a72-98ab-88787f7c1986 UUID=ec3b114-502c-425f-b59b-4ef8ffcf7e99 none tpm2-device=auto,noauto ''; }; }; |