diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 12:57:40 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 12:57:40 +0200 |
| commit | 9c18db7afd3afccc30f781b66d173e957c3ad0cf (patch) | |
| tree | a202f86605931e78c809595044450444f8852ddb | |
| parent | 7d2a0e5f3f2d2d8ff5e7a3b0e8cc60cdb631e096 (diff) | |
Added forgotten disk UUID
| -rw-r--r-- | system/encryption.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/encryption.nix b/system/encryption.nix index 76a4245..d8836d0 100644 --- a/system/encryption.nix +++ b/system/encryption.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { environment.etc."crypttab" = { text = '' - ssh-keys UUID=your-uuid-here none noauto,x-systemd.device-timeout=0 + ssh-keys UUID=da31e270-80d4-4a89-9633-87dd4d736ca2 none noauto,x-systemd.device-timeout=0 ''; }; |
